export declare const isArabic: (str: string, trimPattern?: RegExp) => boolean;
export declare const hasArabic: (str: string) => boolean;
export default isArabic;
