import { Entity } from '../../entity'; export declare class PumpFunSwapGetPriceResponse extends Entity { price: string; }