import { RuntimeException } from '@nestjs/core/internal';
export declare class InvalidSocketPortException extends RuntimeException {
    constructor(port: number | string, type: any);
}
