import { AutomationClient } from "./automationClient"; import { EventStore } from "./spi/event/EventStore"; /** * Globally available instance of {EventStore} to be used across the automation client. * @type {InMemoryEventStore} */ export declare function eventStore(): EventStore; export declare function setEventStore(newEventStore: EventStore): void; export declare function automationClientInstance(): AutomationClient; //# sourceMappingURL=globals.d.ts.map