import { type ConstructorOf, type LocaleInterface } from '../types.js'; declare const LOCALES: { [key: string]: ConstructorOf; }; export default LOCALES;