import { type DrizzleTransaction } from "../drizzle.js"; /** * Writes the integration actor, action, target, and structured request context into auditLogEntries within the caller's transaction. * This helper makes authorization-sensitive integration changes inseparable from the evidence used to investigate them. */ export declare function integrationAppendAudit(tx: DrizzleTransaction, actorUserId: string, action: string, targetType: string, targetId: string, metadata?: Record): Promise; //# sourceMappingURL=integrationAppendAudit.d.ts.map