interface PumpfunToken {
    mint: string;
    name: string;
    symbol: string;
    description: string;
    image_uri: string;
    twitter: string | null;
    telegram: string | null;
    website: string | null;
    creator: string;
    created_timestamp: number;
    complete: boolean;
    bonding_curve: string;
    raydium_pool: string | null;
    total_supply: number;
    market_cap: number;
}
export declare function fetchPumpFunTrends(): Promise<PumpfunToken[]>;
export {};
//# sourceMappingURL=trends.d.cts.map