/*! Copyright 2022-2025 the gnablib contributors MPL-1.1 */ import { Md5 } from '../crypto/hash/Md5.js'; import { IHashsum } from './interfaces/IChecksum.js'; export declare class Md5Sum extends Md5 implements IHashsum { }