import type { QuickJSHandle } from "quickjs-emscripten"; export declare function isQuickJSHandle(value: unknown): value is QuickJSHandle;