import type { CodeGrepFallbackEvent } from "./types.js"; export declare function codeGrepFallbackTelemetryFile(wikiRoot: string): string; export declare function recordCodeGrepFallback(params: { wikiRoot: string; query: string; reason: string; resultCount: number; resultPaths?: readonly string[]; timestamp?: string; }): Promise; export declare function readCodeGrepFallbackEvents(wikiRoot: string): Promise; export interface CodeGrepFallbackDemandSummary { totalEvents: number; totalResults: number; categorizedResults: number; uncategorizedResults: number; byExtension: Record; } export declare function codeGrepFallbackDemand(wikiRoot: string): Promise; //# sourceMappingURL=telemetry.d.ts.map