export declare class StringFormat { static joinSpaceForCapitalLetters(string: String): String | null; }