declare function crc8autosar(buf?: Uint8Array, prev?: number): number;

export { crc8autosar as default };
