import type { Page } from '@playwright/test'; /** * Open a FUSE PNG (typically boxes-annotated.png) in a **new tab**. * Leaves the app / Guacamole page alone so QA Wolf can screenshot the boxes. * Close the returned page when done inspecting. */ export declare function showAnnotated(page: Page, pngPath: string): Promise; //# sourceMappingURL=show.d.ts.map