/** * Safely parse metadata from a database record. * * The schema stores metadata as a JSON string, but the application type is * Record. This function centralizes the conversion and * handles corrupt/malformed data gracefully. */ export declare function parseMetadata(raw: unknown): Record; //# sourceMappingURL=parse-metadata.d.ts.map