import { Command, flags } from '@oclif/command'; export declare class Hash extends Command { static description: string; static examples: string[]; static flags: { json: import("@oclif/parser/lib/flags").IBooleanFlag; help: import("@oclif/parser/lib/flags").IBooleanFlag; 'network-id': flags.IOptionFlag; 'rpc-url': flags.IOptionFlag; profile: flags.IOptionFlag; order: flags.IOptionFlag; validate: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }