import { Controller } from '@nestjs/common'; /** * Defines the GrpcService. The service can inject dependencies through constructor. * Those dependencies have to belong to the same module. */ export declare const GrpcService: typeof Controller;