import type { Translations } from './types'; /** * FALLBACK_LOCALE - **MUST** match the locale string in the above import */ export declare const FALLBACK_LOCALE = "en-US"; export declare const defaultTranslation: Translations;