import type { BrowserSession } from "./types.js"; import type { CDPClientInterface } from "./cdp-types.js"; export declare function buildSnapshot(session: BrowserSession, cdp: CDPClientInterface): Promise; //# sourceMappingURL=snapshot-builder.d.ts.map