/**
 * - poly: 0x1021
 * - initial: 0xFFFF
 * - xorout: 0x0000
 * - refin: false
 * - refout: false
 */
declare function crc16ccittfalse(buf?: Uint8Array, prev?: number): number;

export = crc16ccittfalse;
