import type { RuntimeValue } from './types'; type RuntimeContext = { safeMode: boolean; allowLocalFs: boolean; allowedPaths: string[]; }; export declare function createGameModule(context: RuntimeContext): Map; export {}; //# sourceMappingURL=game.d.ts.map