import { Interpreter } from '../interpreter'; import { Analyzer } from '../analyzer'; declare const toAst: (codeTxt: string) => any; export { toAst, Interpreter, Analyzer };