import type { BlockStatement } from '../parser/statements.js'; import type { Execution } from './execution.js'; export declare function runBlock(execution: Execution, block: BlockStatement): Promise;