/**
 * - poly: 0x31
 * - initial: 0x00
 * - xorout: 0x00
 * - refin: true
 * - refout: true
 */
declare function crc8maxim(buf?: Uint8Array, prev?: number): number;

export = crc8maxim;
