import type { Tool } from './Registry.js'; import type { Gateway } from '../gateway/Gateway.js'; export declare function createSendFileTool(gateway: Gateway): Tool; //# sourceMappingURL=SendFile.d.ts.map