/** * Helper function to create a new E2E page with the given content. * Waits for the page to load before resolving. * @param content HTML content to create the page from (e.g. `My Button`) */ export declare function setupPageWithContent(content: string): Promise;