import { MaskOptions } from '../../utils'; export declare class SmartMasker { /** * Compiles the input string by tokenizing it and applying specific masks * to sensitive tokens while preserving the surrounding text layout. */ static process(text: string, options?: MaskOptions): string; } //# sourceMappingURL=index.d.ts.map