import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import type { AuthContext } from '../types.js'; export declare const accessRequestTool: Tool; export declare function handleAccessRequest(auth: AuthContext, args: any): Promise<{ content: { type: "text"; text: string; }[]; }>; //# sourceMappingURL=access-request.d.ts.map