export declare function camelToTitleCase(text: string): string;
