/** * Convert object keys to camel case */ declare function toCamelCase(obj: T, ignored?: string[]): S; export = toCamelCase;