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