export class Logger { static disabled: boolean; static enable(): void; static disable(): void; constructor(name: any); name: any; _prefix: string; warn(...args: any[]): void; }