import { BalanceDTO } from "./balance.dto"; import { BalanceWithIdDTO } from "../fee-wallet/dto/balance-with-id.dto"; import { FilFeeWalletBalance } from "@haechi-labs/henesis-wallet-core/lib/fil"; export declare const EXAMPLE_FILECOIN_FEE_WALLET_BALANCE_DTO: FeeWalletBalanceDTO; export declare class FeeWalletBalanceDTO { defaultFeeWallet: BalanceDTO; proposalFeeWallets: BalanceWithIdDTO[]; static fromFeeWalletBalance(feeWalletBalance: FilFeeWalletBalance): FeeWalletBalanceDTO; }