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