import type { E2EPage } from '@stencil/core/testing'; export declare function failOnConsole(page: E2EPage, opts?: { ignore?: RegExp[]; }): void;