export declare const OCO_CONFIG_FILENAME = "opencode-codex-orch.json"; export declare function getOcoConfigFilePath(directory: string): string; export declare function resolveExistingOcoConfigFilePath(directory: string): string; export declare function getProjectOcoConfigFilePath(projectRoot: string): string; export declare function resolveExistingProjectOcoConfigFilePath(projectRoot: string): string; export declare function parseOcoConfigJson(content: string): T; export declare function readOcoConfigFile(filePath: string): T | null;