import { SendCommand } from "../../shared/send"; export declare class IpfsCommand extends SendCommand { static description: string; static flags: { ipfsFee: import("@oclif/command/lib/flags").IOptionFlag; passphrase: import("@oclif/command/lib/flags").IOptionFlag; secondPassphrase: import("@oclif/command/lib/flags").IOptionFlag; nonce: import("@oclif/parser/lib/flags").IOptionFlag; number: import("@oclif/parser/lib/flags").IOptionFlag; amount: import("@oclif/command/lib/flags").IOptionFlag; transferFee: import("@oclif/command/lib/flags").IOptionFlag; skipProbing: import("@oclif/parser/lib/flags").IBooleanFlag; waves: import("@oclif/parser/lib/flags").IOptionFlag; host: import("@oclif/command/lib/flags").IOptionFlag; portAPI: import("@oclif/parser/lib/flags").IOptionFlag; }; protected getCommand(): any; protected createWalletsWithBalance(flags: Record): Promise; protected signTransactions(flags: Record, wallets: Record): Promise; protected expectBalances(transactions: any, wallets: any): Promise; protected verifyTransactions(transactions: any, wallets: any): Promise; }