/** Capitalizes the first letter of string */ export declare const capitalize: (s: any) => any;