import type { RedactionContext, LayerResult } from "../types.js"; export declare function apply(text: string, ctx: RedactionContext): LayerResult; //# sourceMappingURL=layer-6-context.d.ts.map