import type { QuickJSContext, QuickJSHandle } from 'quickjs-emscripten-core'; export default function unmarshalObject(ctx: QuickJSContext, handle: QuickJSHandle, unmarshal: (handle: QuickJSHandle) => [unknown, boolean], preUnmarshal: (target: T, handle: QuickJSHandle) => T | undefined): object | undefined;