declare type IntlConstructor = { supportedLocalesOf(locales: string | string[], options?: any): string[]; }; export default function areIntlLocalesSupported(locales: string | string[], constructorsToCheck?: Array): boolean; export {}; //# sourceMappingURL=index.d.ts.map