export * from '@stencil/core/testing'; import { newE2EPage as _newE2EPage } from '@stencil/core/testing'; export declare const newE2EPage: typeof _newE2EPage & { setIgnoreError: (errorPattern: string) => void; };