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