/** * Calculates 8-bit CRC for the given data */ export declare function crc8(data: Uint8Array): number; //# sourceMappingURL=crc.d.ts.map