import { Locale } from '../types/types';
/**
 * @description List of locales supported by the library, for runtime checks.
 */
export declare const Locales: Locale[];
