import * as Enums from "./enums"; import * as Core from "./core"; import * as Types from "./types"; import * as Utils from "./utils"; import * as Modules from "./modules"; import * as Constants from "./constants"; export declare const Metaform2: { Enums: typeof Enums; Core: typeof Core; Types: typeof Types; Utils: typeof Utils; Modules: typeof Modules; Constants: typeof Constants; };