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