import { buildWorkerDispatchArgs } from "./worker-dispatch.mjs"; export declare const buildCodexDispatchArgs: typeof buildWorkerDispatchArgs; export declare function run(args: readonly string[]): Promise;