/// export declare class Engine { builder: any; constructor(); registerPartials(): void; read(path: string, templateName: any): Promise; compile(template: any, data: any): any; create(rootDir: string, outputDir: string, filename: any, content: string | Buffer): Promise; overwrite(rootDir: string, outputDir: string, filename: any, content: string | Buffer): Promise; createOrOverwrite(rootDir: string, outputDir: string, filename: any, content: string | Buffer): Promise; } //# sourceMappingURL=engine.d.ts.map