/** * - poly: 0x04C11DB7 * - initial: 0xFFFFFFFF * - xorout: 0x00000000 * - refin: true * - refout: true */ declare function crc32jamcrc(buf?: Uint8Array, prev?: number): number; export = crc32jamcrc;