import { type AuditLogEntry } from "./types.js"; export declare function asAudit(row: Record): AuditLogEntry; //# sourceMappingURL=asAudit.d.ts.map