declare function crc32(str: string): number;

declare namespace crc32 {}

export = crc32;
