import bls from "bls-eth-wasm"; declare type Bls = typeof bls; declare global { interface Window { msCrypto: typeof window["crypto"]; } } export declare function setupBls(): Promise; export declare function init(): Promise; export declare function destroy(): void; export declare function getContext(): Bls; export {};