import type { ITranslations } from "@gooddata/sdk-ui"; /** * @internal */ export declare const DEFAULT_LANGUAGE = "en-US"; /** * Resolves translation messages for the given locale. * Memoized to cache promises and prevent duplicate async imports. * * @internal */ export declare const resolveMessages: (locale: string) => Promise; /** * @internal */ export declare const DEFAULT_MESSAGES: Record; //# sourceMappingURL=translations.d.ts.map