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

export = crc1;
