import { BlockchainSymbol } from '../../../constants'; export declare class GetTokenBalanceRequestDto { walletAddress: string; tokenAddress: string; blockchain: BlockchainSymbol; }