import type { DocdexClient } from "../docdex/DocdexClient.js"; export interface GoldenExample { intent: string; patch: string; score?: number; } export declare class GoldenExampleIndexer { private client; constructor(client: DocdexClient); findExamples(intent: string, limit?: number): Promise; } //# sourceMappingURL=GoldenExampleIndexer.d.ts.map