interface TemplateOptions {
    output?: string;
    name?: string;
    force?: boolean;
}
export declare function runTemplate(recipe: string, options?: TemplateOptions): Promise<void>;
export {};
//# sourceMappingURL=template.d.ts.map