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

export = crc32autosar;
