export declare function instantiateTemplate(templatePath: string, outPath: string, values: Record, modifier?: (contents: string) => string): Promise;