export declare const toUpperCase: (item: string) => string; export declare const toLowerCase: (item: string) => string; export declare const maybePluralize: (count: number, noun: string, suffix?: string) => string; export declare const pascalCase: (str: string) => string; //# sourceMappingURL=string.d.ts.map