/**
 * Redaction module exports
 * Provides centralized access to all redaction functionality
 */
export { DataRedactor } from './redactor';
export { defaultRedactionConfig, RedactionController } from './config';
export type { RedactionConfig } from '../types';
//# sourceMappingURL=index.d.ts.map