import type { Task } from './task'; import type { RpcResponse } from './rpc'; /** Executes the code in a new VM context. */ export declare function run(task: Task): Promise>;