import type { CatalogItemAuditFields } from "@x12i/catalox-contracts/items.js"; import type { NativeCatalogItemRecord } from "@x12i/catalox-contracts/items.js"; /** Merge native record audit columns into unified item metadata for API responses. */ export declare function auditMetadataFromNativeRecord(r: NativeCatalogItemRecord): CatalogItemAuditFields; /** Mirror audit timestamps into indexed.* for sort/filter. */ export declare function auditIndexedFromMetadata(metadata: Record): Record; export declare function isSoftDeletedRecord(r: NativeCatalogItemRecord): boolean; //# sourceMappingURL=audit-fields.d.ts.map