import type { GenerateCommandOptions } from '../interfaces'; export declare function generateCommand(options: GenerateCommandOptions): Promise;