import type { Locale, Messages, NamespaceKeys, NestedKeyOf, createTranslator } from 'use-intl/core'; declare function getTranslations> = never>(namespace?: NestedKey): Promise>>; declare function getTranslations> = never>(opts?: { locale: Locale; namespace?: NestedKey; }): Promise>>; declare const _default: typeof getTranslations; export default _default;