import type { CaptureData } from './types.js'; /** * Serializes the live page for the Playwright screenshot server. * Mirrors the capture flow in bugsmash-proxy-server/src/iframe-utils.js * but runs directly on the real origin (no proxy URL rewriting needed). * * @param clientX viewport-relative X coordinate of the pin click * @param clientY viewport-relative Y coordinate of the pin click */ export declare function capturePageSection(clientX: number, clientY: number): Promise; //# sourceMappingURL=capture.d.ts.map