export declare function camelCaseToDashCase(input: string): string; export declare function dashCaseToCamelCase(input: string): string;