import { type OpenCodeCodexOrchConfig } from "./config"; export declare function parseConfigPartially(rawConfig: Record): OpenCodeCodexOrchConfig | null; export declare function loadConfigFromPath(configPath: string, _ctx: unknown): OpenCodeCodexOrchConfig | null; export declare function mergeConfigs(base: OpenCodeCodexOrchConfig, override: OpenCodeCodexOrchConfig): OpenCodeCodexOrchConfig; export declare function loadPluginConfig(directory: string, ctx: unknown): OpenCodeCodexOrchConfig;