type MmdWasmType = typeof import("./wasm"); export interface MmdWasmInstance extends MmdWasmType { } export declare function createMmdWasmInstance(): Promise; export {};