import { Module } from 'vuex'; import RootState from '../types/RootStateModel'; import AlertStoreModel from '../types/AlertStoreModel'; export declare const alertStore: Module;