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