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