export declare const camelToSentenceCase: (str: string) => string;
