export declare function splitCamelCase(input: string): string[]; export declare function camelCaseToUnderscore(input: string): string; export declare function underscoreToCamelCase(input: string): string;