import type { McpScope } from '@n8n/api-types';
export declare const TOOLS_BY_SCOPE: Record<McpScope, readonly string[]>;
export declare const BUILDER_TOOLS: ReadonlySet<string>;
export declare function getAllowedToolNames(grantedScopes: string[] | undefined): Set<string> | undefined;
