import type { AuthContext } from '../types.js'; /** * Validate an MCP token via API call */ export declare function validateMcpToken(token: string, apiUrl: string): Promise; /** * Check if a token is an MCP token (starts with "mcp_") */ export declare function isMcpToken(token: string): boolean; //# sourceMappingURL=mcp-token-verify.d.ts.map