import type { Translations } from './types';
export declare const loadLocale: (locale: string) => Promise<Translations>;
