import { Page } from "playwright";
import { DOMState } from "./types";
export declare const getDom: (page: Page) => Promise<DOMState | null>;
