export declare const kebabCase: (str: string) => string; export declare const camelCase: (str: string) => string; //# sourceMappingURL=changeCase.d.ts.map