import { Value } from '../value.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; import { NormalCompletion } from '../completion.mts'; /** https://tc39.es/ecma262/#sec-literals-runtime-semantics-evaluation */ export declare function Evaluate_Literal(Literal: ParseNode.Literal): NormalCompletion; //# sourceMappingURL=Literal.d.mts.map