export declare const PACKAGE_NAME = "oh-my-opencode-slim"; export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/-/package/oh-my-opencode-slim/dist-tags"; export declare const NPM_FETCH_TIMEOUT = 5000; /** The directory used by OpenCode to cache node_modules for plugins. */ export declare const CACHE_DIR: string; /** Path to this plugin's package.json within the OpenCode cache. */ export declare const INSTALLED_PACKAGE_JSON: 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;