import type { CloudflareClient } from "../client/cloudflare-client.js"; export declare const workerAnalyticsToolDefinitions: { name: string; description: string; inputSchema: { type: "object"; properties: { since: { type: string; description: string; }; limit: { type: string; description: string; }; }; }; }[]; export declare function handleWorkerAnalyticsTool(name: string, args: Record, client: CloudflareClient): Promise<{ content: Array<{ type: "text"; text: string; }>; }>; //# sourceMappingURL=worker-analytics.d.ts.map