import { Entity } from '../../entity'; export declare class SwapRouterQuoteAndPrepareResponseEntity extends Entity { amountOut?: string; amountIn?: string; serializedTx: string; token?: string; }