import { WorkflowEvent, WorkflowEventData, WorkflowStream } from "@llamaindex/workflow-core"; //#region src/stream/find.d.ts /** * Consume a stream of events with a given event and time. */ declare function find(stream: ReadableStream> | WorkflowStream, event: WorkflowEvent): Promise>; //#endregion export { find }; //# sourceMappingURL=find.d.ts.map