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

export = crc8;
