import type { ProcessEvent } from '@abacus-network/core/dist/contracts/Inbox'; import type { DispatchEvent } from '@abacus-network/core/dist/contracts/Outbox'; import { Annotated } from '../events'; export { DispatchEvent, ProcessEvent }; export declare type AbacusLifecyleEvent = ProcessEvent | DispatchEvent; export declare type AnnotatedDispatch = Annotated; export declare type AnnotatedProcess = Annotated; export declare type AnnotatedLifecycleEvent = AnnotatedDispatch | AnnotatedProcess; //# sourceMappingURL=events.d.ts.map