import type { RunOptions } from "./types"; import type { OpenCodeCodexOrchConfig } from "../../config"; type EnvVars = Record; export declare const resolveRunAgent: (options: RunOptions, pluginConfig: OpenCodeCodexOrchConfig, env?: EnvVars) => string; export {};