export = FormatNpm; declare function FormatNpm(): void; declare class FormatNpm { write(name: any, level: any, args: any): void; } declare namespace FormatNpm { let fullPath: boolean; }