import type { NetCDF4Module, NetCDF4WasmOptions } from './types';
export declare class WasmModuleLoader {
    static loadModule(options?: NetCDF4WasmOptions): Promise<NetCDF4Module>;
    private static wrapModule;
}
//# sourceMappingURL=wasm-module.d.ts.map