import { ExecutionContext } from './execution.context.interface'; export declare const MCP_FULL_SCOPE = "mcp"; export declare class McpExecutionContext { static fromAuth(requestId?: string): ExecutionContext; private static scopes; private static credentialKind; private static readOnly; }