import { Command } from '@oclif/core'; export declare class GenerateSchema extends Command { static description: string; static examples: string[]; static args: { name: string; }[]; run(): Promise; }