export { TestCompiler } from "./tests/compiler"; export { Display, Window, Buffers, ShaderProgram } from "./core/display"; export { Color } from "./helpers/color"; export { NetworkFilesystem } from "./helpers/filesystem"; export { Clock } from "./utils/clock"; export { Timer } from "./utils/timer"; export { Profiler, AVERAGE_CALCULATION, SUM_CALCULATION } from "./utils/profiler"; export { Gamepad, GAMEPAD_FLAG, InputDevice, InputManager, KeyboardAndMouseInput } from "./core/input"; export declare const HaGame: {};