import type { InspectorContext } from './context.mts'; import { type PlainCompletion, type PlainEvaluator } from '#self'; export declare function nativeEvalInAnyRealm(closure: (() => PlainCompletion) | (() => PlainEvaluator), context: InspectorContext): PlainCompletion | undefined; //# sourceMappingURL=evaluator.d.mts.map