import { type OmpRpcTaskHooks, type OmpRpcTaskRequest, type OmpRpcTaskResult } from './rpc-driver-state'; export declare function runOmpRpcTask(request: OmpRpcTaskRequest, hooks: OmpRpcTaskHooks): Promise; //# sourceMappingURL=rpc-driver-runner.d.ts.map