export interface CodexInvocation { command: string; argsPrefix: string[]; displayCommand: string; } export declare function resolveCodexInvocation(): CodexInvocation; //# sourceMappingURL=codex-command.d.ts.map