import { TnyDevClient } from '../client.js'; export declare function handleGetAnalytics(params: unknown, client: TnyDevClient): Promise<{ content: Array<{ type: string; text: string; }>; }>; export declare const getAnalyticsTool: { name: string; description: string; inputSchema: { type: string; properties: { slug: { type: string; description: string; }; }; required: string[]; }; }; //# sourceMappingURL=analytics.d.ts.map