export declare const camelCaseKey: (key: string) => string; export declare const toCamelCase: (value: unknown) => T; //# sourceMappingURL=camel.d.ts.map