/** * Write the contents of the template to the destination and interpolate the variables. * The template is a string that uses standard es6 template literals which allow embded expression. */ export declare const writeTemplate: (templatePath: string, destination: string, templateValues?: Record) => void; //# sourceMappingURL=templates.d.ts.map