export declare function toProperCase(str: string): string;
