import { RuntimeException } from '@nestjs-client/core/errors/exceptions/runtime.exception'; export declare class InvalidSocketPortException extends RuntimeException { constructor(port: any, type: any); }