import { Stmt, Value } from "./values"; import { Context } from "./ctx"; export declare class Toradh { luach: Value; constructor(v: Value); } export declare function execStmts(stmts: Stmt[], ctx: Context): Promise;