import { E as Environment } from '../index-BpzWL9p_.js'; import Interpreter from '../interpreter/index.js'; import Parser from '../parser/index.js'; import '../index-BPjG7sbj.js'; import '../keywords/index.js'; import '../libs/types.js'; import '../node/index.js'; import '../debug/index.js'; declare class Vine { parser: Parser; interpreter: Interpreter; env: Environment; constructor(); run(code: string): Promise; } export { Vine as default };