import { auditRecordFields } from '../../../audit/schema/audit-record-fields.js'; /** Field keys on `audit_record`, in declaration order — the SELECT projection's positional order. */ export declare const AUDIT_FIELD_KEYS: ReadonlyArray; /** Quoted column list, comma-separated — the `INSERT INTO audit_record (...)` parenthetical. */ export declare const AUDIT_COLUMNS_SQL: string; //# sourceMappingURL=audit-columns.d.ts.map