import type { JestEnvironmentGlobal } from '@stencil/core/internal'; export declare function createJestPuppeteerEnvironment(): { new (config: any): { [x: string]: any; global: JestEnvironmentGlobal; browser: any; pages: any[]; setup(): Promise; newPuppeteerPage(): Promise; closeOpenPages(): Promise; teardown(): Promise; getVmContext(): any; }; [x: string]: any; };