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