export declare function ucfirst(str: string): string; export declare function titleCase(str: string): string; export declare function escapeRegex(str: string): string;