export declare const isRtl: () => boolean;
export declare const localizeNumber: (n: string | number) => string | number;
export declare const weekDayNames: string[];
