/** * Authentication-related tool definitions and handlers */ import { ToolDefinition } from '../../handlers/types/ToolTypes.js'; import type { GitHubAuthHandler } from '../../handlers/GitHubAuthHandler.js'; export declare function getAuthTools(server: GitHubAuthHandler): Array<{ tool: ToolDefinition; handler: any; }>; //# sourceMappingURL=AuthTools.d.ts.map