import { IWasmModule } from "./IWasmModule"; import { WasmSupportApiBase } from "./WasmSupportApiBase"; export declare class WasmSupportApiEmbed extends WasmSupportApiBase { constructor(args?: any); protected loadWasmModule(): Promise; }