type WasmContextValue = {
    isInitialized: boolean;
};
export declare const WasmContext: import("react").Context<WasmContextValue | undefined>;
export declare function useWasmInitialized(): boolean;
export {};
//# sourceMappingURL=wasm.d.ts.map