export default class AlertStore { name: any; state: any; actions: any; mutations: any; namespaced: any; constructor(); }