import * as pd from './puppeteer-declarations';
export declare function newE2EPage(opts?: pd.NewE2EPageOptions): Promise<pd.E2EPage>;
