export declare function capitalize(str: string): string; export declare function lowercase(str: string): string;