import type { TranslationObject, TranslatorReturnType } from "../../types/types.js"; declare function iGetMessage(locale: string): Promise; export declare const getMessage: typeof iGetMessage; declare function iGetTranslations(namespace: string, locale?: string): Promise; export declare const getTranslations: typeof iGetTranslations; declare function iGetLocale(): Promise; export declare const getLocale: typeof iGetLocale; export {};