import { type LanguageCode } from './LanguageCode.js'; type Direction = 'ltr' | 'rtl'; /** Provides direction for a given language code. */ export declare class DirectionsByLanguage { private static readonly directions; static get(language?: LanguageCode): Direction; static updateAttributes(): void; private static add; } export {}; //# sourceMappingURL=DirectionsByLanguage.d.ts.map