import { FeeWalletBalanceDTO } from "../dto/fee-wallet-balance.dto"; import { FeeWalletDTO } from "../dto/fee-wallet.dto"; import { SDK } from "@haechi-labs/henesis-wallet-core"; export declare class FeeWalletService { getFeeWallets(sdk: SDK): Promise; getBalance(sdk: SDK): Promise; }