// noinspection ES6UnusedImports import EasyPeasy from 'easy-peasy'; import { ApplicationStore } from '@/state'; declare module 'easy-peasy' { export function useStoreState( mapState: (state: ApplicationStore) => Result, ): Result; }