import { Template } from './interface/template';
export declare function compile(cwd: string, templatePath: string, templates: Template[], base: Map<string, any>): Promise<void>;
