export declare const str: {
    toUpper(str: string): string;
    toLower(str: string): string;
    toReplace(str: string, substr: string, newSubstr: string): string;
    normalize(str: string, form: string): string;
};
//# sourceMappingURL=str.d.ts.map