import { ScreenshotArgs } from "@re-do/model"; import { Context } from "../common.js"; export type { ScreenshotArgs } from "@re-do/model"; export declare const screenshot: (args: ScreenshotArgs, { page }: Context) => Promise;