export declare function installPolyfillsFromModule(module: Partial<Record<keyof typeof global, any>>, polyfills: (keyof typeof global)[]): void;
