declare const transformCamelCaseKey: (ranges: string[]) => string;
export { transformCamelCaseKey };
export default transformCamelCaseKey;
