import { type DrizzleTransaction } from "../../drizzle.js"; /** * Appends the automation actor, operation, target, and structured context to auditLogEntries inside the caller's transaction. * Requiring that transaction prevents an automation definition or run mutation from committing without its corresponding evidence. */ export declare function appendAudit(tx: DrizzleTransaction, actorUserId: string, action: string, targetId: string): Promise; //# sourceMappingURL=appendAudit.d.ts.map