/** * Returns a capitalized string. * * @param string The string to be capitalize */ export declare const capitalize: (string: string) => string;