export declare const firstLetterToUpperCase: (str: string) => string; export declare const upperCaseFirstLetter: (str: string) => string; export declare const findLongestCommonSubString: (str1: string, str2: string) => number; //# sourceMappingURL=string.d.ts.map