/** * Computes the CRC32 checksum of a given string. */ export declare function crc32(data: string): number;