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