import type { SM2KeyGeneratorWasm } from '../wasm';
import { KeyGenerator } from './key-generator';
export declare class SM2KeyGenerator extends KeyGenerator<SM2KeyGeneratorWasm> {
    protected ensureContextAsync(): Promise<void>;
}
