import { type AuditSelectContext } from './audit-select.js'; import type { SQL } from '../../db/types.js'; import type { WriteState } from '../state.js'; type AnyDb = any; export declare function compileInsertAudit(db: AnyDb, state: WriteState, ctx: AuditSelectContext): SQL; export {}; //# sourceMappingURL=verb-insert.d.ts.map