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