/** * Global polyfills helpers. * @module "globals/polyfills/polyfill-helpers" */ /** */ import "../../core"; export declare function installPolyfills(moduleName: string, exportNames: string[]): void;