/** @see https://github.com/zloirock/core-js/blob/master/packages/core-js-compat/src/data.mjs */ declare const shouldInjectPolyfill: ({ include, skip }: { include: Set; skip: Set; }) => (polyfill: string, shouldInject: boolean) => boolean; export { shouldInjectPolyfill };