export declare function toUpper(word: string): string;
export declare function toLower(word: string): string;
//# sourceMappingURL=stringUtils.d.ts.map