export declare class SkyFormat { static formatText(format: string, ...args: any[]): string; constructor(); private static isEmpty(str); }