Version: 0.0.11.0.01.0.11.1.01.1.11.1.22.0.02.0.12.0.23.0.0
/**
* Upper case the first character of an input string.
*/
export declare function upperCaseFirst(input: string, locale?: string[] | string): string;