/** * Service being discovered. */ export interface Service { /** * The unique identifier of this service. */ readonly id: string; } //# sourceMappingURL=service.d.ts.map