/**
 * The incoming stream ended before the expected number of bytes were read
 */
export declare class UnexpectedEOFError extends Error {
    name: string;
    code: string;
}
//# sourceMappingURL=errors.d.ts.map