import type { EmscriptenModule, SolverOptions } from './types.js'; /** Loads a fresh HiGHS WebAssembly module with the given options. */ export declare function loadHiGHSModule(options?: SolverOptions): Promise; //# sourceMappingURL=module.d.ts.map