import { Store } from 'aurelia-store'; import { State } from './state'; declare const store: () => Store; declare const dispatcher: (action: any, ...params: any[]) => (data: any) => Promise; export { store, dispatcher };