export = FormatColor; declare function FormatColor(): void; declare class FormatColor { write(name: any, level: any, args: any): void; }