import { Command, flags as oclifFlags } from '@oclif/command'; export declare class Create extends Command { static description: string; static examples: string[]; static flags: { 'private-key': oclifFlags.IOptionFlag; mnemonic: oclifFlags.IOptionFlag; 'network-id': oclifFlags.IOptionFlag; 'rpc-url': oclifFlags.IOptionFlag; profile: oclifFlags.IOptionFlag; json: import("@oclif/parser/lib/flags").IBooleanFlag; help: import("@oclif/parser/lib/flags").IBooleanFlag; }; static args: never[]; static strict: boolean; run(): Promise; }