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

export { crc16opensafetya as default };
