import { Event, Origin, Store } from "./types";
export declare const startEvent: (store: Pick<Store<any, any>, "config" | "universe" | "plugins" | "dispatch" | "watchTree" | "trackHistory" | "history" | "watchForComplete">, actionName: string, pluginName: string, args: any, origin: Origin) => Event;
export declare const completeEvent: (event: Event, store: Store<any, any>) => void;
//# sourceMappingURL=events.d.ts.map