import { BaseAction } from '@ui-tars-test/shared/types'; import { MultimodalToolCallResult } from '@ui-tars-test/tarko-agent'; export declare const createGUIErrorResponse: (action: BaseAction, errorMessage: string) => MultimodalToolCallResult; export declare const convertToAgentUIAction: (action: BaseAction) => { action: any; thought: any; action_type: any; action_input: any; }; //# sourceMappingURL=utils.d.ts.map