import type { SearchResult } from "../types/index.js"; export declare function listTrending(period?: "today" | "week" | "month", options?: { verbose?: boolean; }): Promise; export declare function getAnalyticsSummary(): Promise<{ favorites: number; recent: number; }>; //# sourceMappingURL=ecosystem.d.ts.map