import { Page } from "./types"; export declare const getSnapshot: (page: Page) => Promise<{ dom: string; }>;