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