export declare function addLocale(locale: string): void;
export declare function getLocales(): string[];
export declare function hasLocale(locale: string): boolean;
export declare function prepareLocale(locale1?: string | string[], locale2?: string | string[]): string[];
export declare function checkLocales(locales: string[]): void;
