import type { StructuredToolInterface } from '@langchain/core/tools'; import RemoteTool from './remote-tool'; export default class ServerRemoteTool extends RemoteTool { constructor(options: { tool: StructuredToolInterface; sourceId?: string; mcpServerId?: string; }); } //# sourceMappingURL=server-remote-tool.d.ts.map