// @generated by protoc-gen-connect-es v1.5.0 // @generated from file app/agent/v1/agent.proto (package viam.app.agent.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck import { DeviceAgentConfigRequest, DeviceAgentConfigResponse } from "./agent_pb.js"; import { MethodKind } from "@bufbuild/protobuf"; /** * @generated from service viam.app.agent.v1.AgentDeviceService */ export declare const AgentDeviceService: { readonly typeName: "viam.app.agent.v1.AgentDeviceService", readonly methods: { /** * DeviceAgentConfig is for retrieving config by the on-device agent. * * @generated from rpc viam.app.agent.v1.AgentDeviceService.DeviceAgentConfig */ readonly deviceAgentConfig: { readonly name: "DeviceAgentConfig", readonly I: typeof DeviceAgentConfigRequest, readonly O: typeof DeviceAgentConfigResponse, readonly kind: MethodKind.Unary, }, } };