import type { BlockStarted, BlockFinished, SequenceAborted, BlockFailed } from '@hass-blocks/core'; export type LifeCycleEvent = BlockFailed | BlockStarted | BlockFinished | SequenceAborted; //# sourceMappingURL=life-cycle-events.d.ts.map