import type { ProfileId } from './types.js'; /** * Maps each profile to the Salesforce MCP toolsets it needs. * Single source of truth — consumed by the CLI command and the VS Code extension. */ export declare const PROFILE_TOOLSETS: Record;