export declare const toTitle: (str: string) => string; export declare const firstToUppercase: (str: string) => string; export declare const toUpper: (str: string) => string; export declare const toLower: (str: string) => string;