import type { BuiltInLibraryDefinition } from "../interpreter";
declare const EvalLibrary: BuiltInLibraryDefinition;
export default EvalLibrary;
