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