/**
 * - poly: 0x1021
 * - initial: 0xC6C6
 * - xorout: 0x0000
 * - refin: true
 * - refout: true
 */
declare function crc16a(buf?: Uint8Array, prev?: number): number;

export = crc16a;
