declare function toPersianChars(str: string): string | undefined;
export default toPersianChars;
