// globals.d.ts import { Options, Variable as VariableType } from "types/variable"; declare global { var globalMousePos: VariableType; var useTheme: Function; var globalWeatherVar: VariableType; var options: Options var removingNotifications: VariableType; } export { };