export declare const lowercaseFirstChar: (str: string) => string; export declare const uppercaseFirstChar: (str: string) => string; //# sourceMappingURL=string.d.ts.map