import type { Command } from "commander"; import type { TemplateService } from "../core/template-service.js"; export declare function registerTemplateCommand(program: Command, templateService: TemplateService): void;