import { OnModuleInit } from '@nestjs/common'; import { Observable } from 'rxjs'; export declare class ThingGrpcService implements OnModuleInit { private thingService; private readonly clientMsThing; onModuleInit(): void; getUserThingsByType(userId: string, type: string, enterprises: string[]): Observable; }