import * as altt from '../types'; export declare function template(name: string, dest: string, context: altt.TemplateContext, destName?: string): Promise;