export declare const PACKAGE_NAME = "@cortexkit/aft-opencode"; export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org"; export declare const NPM_FETCH_TIMEOUT = 10000; /** Root directory OpenCode uses for cached npm plugin wrapper installs. */ export declare const CACHE_DIR: string; /** Primary OpenCode configuration file path (standard JSON). */ export declare const USER_OPENCODE_CONFIG: string; /** Alternative OpenCode configuration file path (JSON with Comments). */ export declare const USER_OPENCODE_CONFIG_JSONC: string; //# sourceMappingURL=constants.d.ts.map