/** * Converts the Metadata to JSON compatible objects * so it can be serialized */ export declare function convertMetadataToJSON(input: Record): Record; /** * Converts the Metadata from JSON compatible objects * so it can be serialized */ export declare function convertMetadataFromJSON(input: Record): Record; //# sourceMappingURL=metadata-utils.d.ts.map