import { type CaptureScreenshotsOptions } from '@eighty4/plunder-core'; export declare function isDevUI(): boolean; export declare function activeScreenshotCapture(installConfirmed: boolean, headless: boolean): Promise; export type CaptureScreenshotsCommandOptions = { installConfirmed: boolean; bootyPort: false | number; }; export declare function captureScreenshotsCommand(opts: Omit, { bootyPort, installConfirmed }: CaptureScreenshotsCommandOptions): Promise;