import type { CommandOptions } from "../../CommandOptions"; export declare function takeScreenshot(options?: CommandOptions): Promise;