/** * @packageDocumentation */ import { Context } from '@tybys/emnapi-runtime'; import { createContext } from '@tybys/emnapi-runtime'; export { createContext } /* Excluded from this release type: kContext */ /* Excluded from this release type: kInstance */ /* Excluded from this release type: kMemory64 */ /* Excluded from this release type: kPointerSize */ /* Excluded from this release type: kRegistered */ /* Excluded from this release type: kSetMemory */ /** @public */ export declare class NAPI { imports: Record; exports: any; /* Excluded from this release type: [kSetMemory] */ /* Excluded from this release type: [kRegistered] */ /* Excluded from this release type: [kInstance] */ /* Excluded from this release type: [kContext] */ /* Excluded from this release type: [kMemory64] */ /* Excluded from this release type: [kPointerSize] */ constructor(ctx: Context, wasm64?: boolean); register(instance: WebAssembly.Instance, memory?: WebAssembly.Memory, table?: WebAssembly.Table): void; } export { } export as namespace wasiNapi;