import { type InterpreterValue } from "../types/interpreter.js";
export declare const NATIVE_CONSTANTS: Map<string, InterpreterValue>;
export declare const NATIVE_FUNCTIONS: Map<string, InterpreterValue>;
