import { BlockchainSymbol } from '../../../constants'; export declare class GetRoutesDto { mintFrom: string; mintTo: string; chainId?: BlockchainSymbol; }