import type { Md5Wasm } from '../wasm';
import { Md } from './md';
export declare class Md5 extends Md<Md5Wasm> {
    protected static getMd(): Md5;
    protected ensureContextAsync(): Promise<void>;
}
