declare function loadMomentLocales(locale: string): Promise<void>;
export default loadMomentLocales;
