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