/** * TODO fix error extend */ export declare class UnexpectedCRCError extends Error { crc: Uint8Array; expectedCrc: Uint8Array; constructor(crc: Uint8Array, expectedCrc: Uint8Array); }