import { Logger } from '@nestjs/common'; export declare class Microservice { private static serverAddress; static logger: Logger; static bootstrapMicroservice(appModule: any): Promise; private static setServerAddress; private static startTCPMicroService; static get host(): string; }