export { SensitiveValue } from "./sensitive-value.js";
export { containsSensitiveData, redactSensitiveData, SENSITIVE_PATTERNS, } from "./pattern-detector.js";
export type { SensitiveLoggingApproval } from "./sensitive-logging.js";
//# sourceMappingURL=index.d.ts.map