declare function crc32(str: string): number;

export { crc32 };
