import { EvmAgentKit } from "../../agent"; export declare function getTopGainers(agent: EvmAgentKit, duration?: "1h" | "24h" | "7d" | "14d" | "30d" | "60d" | "1y", topCoins?: 300 | 500 | 1000 | "all"): Promise; //# sourceMappingURL=get_top_gainers.d.ts.map