import type { GoatCodeConfig } from "../types/config"; export declare function loadConfigFile(configPath: string): Promise; export declare function loadConfig(projectDir: string): Promise;