import type { Command } from 'commander'; export declare function generateService(program: Command, name: string): void;