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