import { CallToolResult, ServerRequest, ServerNotification } from "@modelcontextprotocol/sdk/types.js"; import { RequestHandlerExtra } from "@modelcontextprotocol/sdk/shared/protocol.js"; import { getDownloadsToolParamSchemaType } from "./tool-types"; export declare function getDownloadsTool(params: getDownloadsToolParamSchemaType, extra: RequestHandlerExtra): Promise; export declare const getDownloadsToolName = "get_session_downloads"; export declare const getDownloadsToolDescription: string; //# sourceMappingURL=get-downloads.d.ts.map