// globals.d.ts import { Variable as VariableType } from "types/variable"; declare global { var globalMousePos: VariableType; } export { };