export declare const arabicNumbers: string[];
export declare const persianNumbers: string[];
export declare const englishNumbers: string[];
export declare const arabicChars: string[];
export declare const persianChars: string[];
export declare const persianChar: string[];
export declare const englishChar: string[];
export declare const pattern: RegExp;
export declare const replacedPattern: RegExp;
