import { IEventStore } from "applesauce-core/event-store"; /** * Gets the EventStore from a parent {@link EventStoreProvider} component * If there is none it throws an error */ export declare function useEventStore(): IEventStore;