export = toCamelWithMetadata;
/**
 * @param {Record<string, any>} entry
 */
declare function toCamelWithMetadata(entry: Record<string, any>): Record<string, any>;
//# sourceMappingURL=object-to-camel-with-metadata.d.ts.map