import { ScreenshotOptions } from '../shared/types.js'; /** * * Emit given screenshot options to Node.js process. * * @param screenshotOptions - Options for screenshot * */ export declare function triggerScreenshot(screenshotOptions: ScreenshotOptions, context: any): void;