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