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