export declare function toUpCase(str: string): string; export declare function toLowerCase(str: string): string;