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