import type { Environment, HushContext } from '../types.js'; export interface TemplateOptions { root: string; env: Environment; } export declare function templateCommand(ctx: HushContext, options: TemplateOptions): Promise; //# sourceMappingURL=template.d.ts.map