export declare function capitalizeFirst(text: string): string; export declare function lowerize(text: string): string;