//#region packages/intl-displaynames/should-polyfill.d.ts declare function _shouldPolyfillWithoutLocale(): boolean; declare function shouldPolyfill(locale?: string): string | true | undefined; //#endregion export { _shouldPolyfillWithoutLocale, shouldPolyfill }; //# sourceMappingURL=should-polyfill.d.ts.map