import { Command } from '@oclif/core'; export default class PhalaContractTypegen extends Command { static description: string; static examples: string[]; static args: { contractName: import("@oclif/core/lib/interfaces/parser").Arg>; }; run(): Promise; }