declare const getCaseRange: (str: string) => string; export { getCaseRange }; export default getCaseRange;