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

export = crc32;
