import { Mod } from "../mod/index.js"; import type { Value } from "../value/index.js"; export declare class GlobalStore { claimed: Map; typedValues: Map; mod: Mod; mount(mod: Mod): Promise; claim(name: string, type: Value | string): void; define(name: string, value: Value | string): void; } //# sourceMappingURL=GlobalStore.d.ts.map