import { RuntimeException } from "../../errors";
export declare class InvalidSocketPortException extends RuntimeException {
    constructor(port: number | string, type: any);
}
//# sourceMappingURL=invalid-socket-port.exception.d.ts.map