export declare const isPersian: (str: string, isComplex?: boolean, trimPattern?: RegExp) => boolean;
export declare const isFarsi: (str: string, isComplex?: boolean, trimPattern?: RegExp) => boolean;
export declare const hasPersian: (str: string, isComplex?: boolean) => boolean;
export declare const hasFarsi: (str: string, isComplex?: boolean) => boolean;
export default isPersian;
