import { NormalCompletion } from '../completion.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-empty-statement-runtime-semantics-evaluation */ export declare function Evaluate_EmptyStatement(_EmptyStatement: ParseNode.EmptyStatement): NormalCompletion; //# sourceMappingURL=EmptyStatement.d.mts.map