import type { OhMyCCAgentConfig } from "./schema"; export declare function loadConfig(directory: string): OhMyCCAgentConfig;