import { EventStream, EventStreamSeed, Scope } from "./abstractions"; /** */ export declare function fromArray(events: V[], scope: Scope): EventStream; export declare function fromArray(events: V[]): EventStreamSeed;