import type { RedactionContext, Match } from "../types.js"; export declare function redactText(text: string, ctx: RedactionContext): { text: string; matches: Match[]; }; //# sourceMappingURL=index.d.ts.map