export default getContextMock; declare function getContextMock(vi: any): { state: {}; getters: {}; actions: {}; mutations: {}; dispatch: any; commit: any; };