export declare function touchFirstLetter([firstLetter, ...rest]: string, touch: (first: string) => string): string;
export declare function firstUpper(value: string): string;
