import { type ValueCompletion } from '../completion.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-this-keyword-runtime-semantics-evaluation */ export declare function Evaluate_This(_PrimaryExpression: ParseNode.ThisExpression): ValueCompletion; //# sourceMappingURL=This.d.mts.map