export { Engine, Handlers, Events, Mouse, Screen, Keyboard, UserInterface, Prototype, View, Cpu, Components, Style, DataStorage, GhostController as Controller, useState, State } from './core/Core'; import { Thorium } from './core/Core'; export declare const Variable: (value: any, options?: any) => import("./core/modules/Engine/modules/Prototype/Prototype.Models").Variable; export default Thorium;