import { BlockchainSymbol } from '../../../constants'; export declare class GetTokenAllowanceRequestDto { ownerAddress: string; spenderAddress: string; tokenAddress: string; blockchain: BlockchainSymbol; }