/** * Configure telemetry redaction behavior. Called once at daemon bootstrap from * config.telemetry.includeRawPrompts. When true, a WARN log is emitted so ops * can see the opt-in is active. */ export declare function setTelemetryIncludeRawPrompts(value: boolean): void; /** Read the current flag. Reserved for future view='raw' gating. */ export declare function getTelemetryIncludeRawPrompts(): boolean; //# sourceMappingURL=redaction-config.d.ts.map