import { HashingNormalizer } from './hashingNormalizer'; /** * A {@link Hash.HashingNormalizer | hashing normalizer} which computes object * hash using the CRC32 algorithm. * @public */ export declare class Crc32Normalizer extends HashingNormalizer { constructor(); static crc32Hash(parts: string[]): string; } //# sourceMappingURL=crcNormalizer.d.ts.map