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