/** * CLI-wide constants for marketplace identity and catalog access. * * Single source of truth — import from here instead of declaring per-file. */ export declare const MARKETPLACE_REPO = "jeremylongshore/claude-code-plugins"; export declare const MARKETPLACE_SLUG = "claude-code-plugins-plus"; export declare const CATALOG_URL = "https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins/main/.claude-plugin/marketplace.json"; //# sourceMappingURL=constants.d.ts.map