/** * Get the base config directory for OpenCode. * Priority: * 1. OPENCODE_CONFIG_DIR env var (if set) * 2. ~/.config/opencode (all platforms, including Windows) */ export declare function getConfigDir(): string; //# sourceMappingURL=paths.d.ts.map