declare module 'broccoli-writer' { class Writer { write(readTree: (tree: BroccoliTree) => Promise, destDir: string): Promise; } export = Writer; }