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