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