export declare class CorruptedPacketLengthException extends Error {
    constructor(rawContentLength: string);
}
