declare module 'crc32' { export default function crc32( s: string ): string; }