export declare function createAuditLog(params: {
    userId: string;
    action: string;
    resource: string;
    resourceId?: string;
    details?: Record<string, unknown>;
    ip?: string;
    userAgent?: string;
}): Promise<void>;
//# sourceMappingURL=audit.service.d.ts.map