import { SwapType } from '../../../constants'; export declare class ValiantSwapGetPriceDto { poolId: string; mintFrom: string; mintTo: string; amountIn?: string; amountOut?: string; slippageBps?: number; swapType?: SwapType; decimalsFrom?: number; decimalsTo?: number; }