/**
 * @publicApi
 */
export declare class MaxPacketLengthExceededException extends Error {
    constructor(length: number);
}
