import { FilProposalFeeWallet } from "@haechi-labs/henesis-wallet-core/lib/fil"; export declare const EXAMPLE_FILECOIN_PROPOSAL_FEE_WALLET_DTO: ProposalFeeWalletDTO; export declare class ProposalFeeWalletDTO { walletId: string; address: string; static fromProposalFeeWallet(proposalFeeWallet: FilProposalFeeWallet): ProposalFeeWalletDTO; }