/** * Lightweight Perso-Arabic cleanup for OCR output. * Focused on Persian / Pashto character consistency; optional ASCII digits. */ export declare function normalizePersoArabicText(text: string, options?: { normalizeDigits?: boolean; }): string; //# sourceMappingURL=normalizePersoArabic.d.ts.map