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