export interface ClaudePaths { configDir: string; pluginsDir: string; marketplacesDir: string; projectPluginDir?: string; } /** * Detect Claude Code installation paths across platforms * Supports Linux, macOS, and Windows */ export declare function detectClaudePaths(): Promise; /** * Get the marketplace catalog path for claude-code-plugins-plus */ export declare function getMarketplaceCatalogPath(paths: ClaudePaths): string; /** * Check if the marketplace catalog is installed */ export declare function isMarketplaceInstalled(paths: ClaudePaths): Promise; //# sourceMappingURL=paths.d.ts.map