/** * Re-exported from @hyperframes/engine. * @see engine/src/services/screenshotService.ts for implementation. */ export { beginFrameCapture, pageScreenshotCapture, getCdpSession, injectVideoFramesBatch, syncVideoFrameVisibility, cdpSessionCache, type BeginFrameResult, } from "@hyperframes/engine"; //# sourceMappingURL=screenshotService.d.ts.map