export declare const kebabCase: (string: string) => string; export declare const camelCase: (string: string) => string;