/** * Operator guidance for the telemetry capability. Everything here is a `doc` * action: the cron schedule, the analytics endpoint, the telemetry event * types, and backend wiring (Bindplane / Langfuse / Elasticsearch). None of it * is executed — the harness never schedules cron or contacts a remote backend. */ export declare function telemetryDoc(collectorPath: string, fetcherPath: string): string;