UNPKG

@ui-tars/operator-nut-js

Version:
9 lines 366 B
import { Operator, type ScreenshotOutput, type ExecuteParams, type ExecuteOutput } from '@ui-tars/sdk/core'; export declare class NutJSOperator extends Operator { static MANUAL: { ACTION_SPACES: string[]; }; screenshot(): Promise<ScreenshotOutput>; execute(params: ExecuteParams): Promise<ExecuteOutput>; } //# sourceMappingURL=index.d.ts.map