import type { PreparedSingleAgentProviderCommand } from '../single-agent-runtime'; import { type OmpSdkProcessResult, type OmpSdkProcessRunnerOptions, type OmpSdkRunningProcess } from './sdk-process-private-runtime'; export { OmpSdkProcessRunnerError } from './sdk-process-private-runtime'; export type { OmpSdkProcessResult, OmpSdkProcessRunnerOptions, OmpSdkRunningProcess, } from './sdk-process-private-runtime'; export declare function spawnOmpSdkProcess(prepared: PreparedSingleAgentProviderCommand, options?: OmpSdkProcessRunnerOptions): Promise; export declare function runOmpSdkProcess(prepared: PreparedSingleAgentProviderCommand, options?: OmpSdkProcessRunnerOptions): Promise; //# sourceMappingURL=sdk-process-runner.d.ts.map