/**
 * Offers to add a project-scoped MCP server configuration for the Sentry MCP.
 * Supports Cursor, VS Code, and Claude Code.
 * @param orgSlug - Optional organization slug to include in the MCP URL
 * @param projectSlug - Optional project slug to include in the MCP URL
 */
export declare function offerProjectScopedMcpConfig(orgSlug?: string, projectSlug?: string): Promise<void>;
