/** Uppercase first letter of string. */ export declare function ucFirst(s: string): string; //# sourceMappingURL=stringUtils.d.ts.map