import { TxPriorityDto } from '../../tx'; export declare class RaydiumLaunchLabsSwapPrepareDto { sender: string; mintFrom: string; mintTo: string; amountIn: string; slippageBps: number; feeAmount?: string; feeMintAddress: string; priorityFee?: number; priority?: TxPriorityDto; }