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