import type { AuditLedgerFields } from "../audit-write.js"; import type { ProvenanceLedgerFields } from "../provenance-write.js"; import type { LedgerRecord } from "../../yon/ledger-read.js"; export declare function mapAuditYonToCacheArgs(record: LedgerRecord, defaultAction?: string): AuditLedgerFields | null; export declare function mapProvenanceYonToCacheArgs(record: LedgerRecord): ProvenanceLedgerFields | null; //# sourceMappingURL=ledger-yon-mapper.d.ts.map