declare function crc16(input: string | number[], previous?: number): number;

export = crc16;
