import type * as metaes from "./metaes"; import { Environment } from "./types"; export declare function getModule2(basePath: string, globalEnv?: Environment): import("./types").EvaluateMid<{ [key: string]: any; }, string, false>; export declare const getMeta2ES: (globalEnv?: Environment | undefined) => Promise; export declare const getMeta2ESEval: (globalEnv?: Environment | undefined) => Promise>;