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