declare global { interface Window { Vue: typeof Vue; Event: InstanceType; axios: typeof axios; bulmaToast: { toast: (options: any) => void; }; } }