export declare function capitalizeFirstLetter(text: string): string;
export declare const toTitleCase: (string: string) => string;
