export * from "./pkg/wasmer_wasi_js"; export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module; export declare const init: (input?: InitInput | Promise<InitInput>, force?: boolean) => Promise<void>;