import { NepseWasmExports } from "./types";
export declare function loadWasmModule(wasmUrl?: string): Promise<NepseWasmExports>;
