/** * Gateway service - Thin wrapper for backward compatibility. * @deprecated Use @services/gateway/index.ts instead */ export { GatewayService, gateway } from './gateway/index.js'; export type { ToolMapEntry, GatewayTool } from './gateway/types.js'; //# sourceMappingURL=gateway.service.d.ts.map