declare function isRtl(locale: string): boolean;
declare function dir(locale: string): 'rtl' | 'ltr';

export { dir, isRtl };
