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