import type { PIIRedactionOptions } from "../types"; export declare const DEFAULT_PII_FIELDS: string[]; export declare function redactPII(data: Record, config: PIIRedactionOptions): Promise>; //# sourceMappingURL=sanitize.d.ts.map