declare function camelCaseKeys(obj: object): Record<string, any>;
export = camelCaseKeys;
