import { RuntimeException } from '@nestjs/core/internal';
export declare class InvalidTcpDataReceptionException extends RuntimeException {
    constructor(err: string | Error);
}
