export declare class Capitalizer { static capitalize(string: string): string; }