import { SwapType } from '../../../constants'; export declare class UniswapGetPriceDto { mintFrom: string; mintTo: string; amount: string; poolId?: string; swapType?: SwapType; }