import type { JsonObject } from "../types/workspace.js"; export declare const PROJECT_REDACTED_VALUE = "[REDACTED]"; export declare function isSensitiveProjectKey(key: string): boolean; export declare function redactProjectText(value: string): string; export declare function redactProjectValue(value: T): T; export declare function redactProjectJsonObject(value: JsonObject | null | undefined): JsonObject; //# sourceMappingURL=redaction.d.ts.map