import { ParSeq } from "@tsplus/stdlib/collections/ParSeq/definition";
import { Maybe } from "@tsplus/stdlib/data/Maybe/definition";
/**
* Returns the first event in this collection of events. If multiple events
* occur in parallel and before any other events then any of these events
* may be returned.
* @tsplus getter ParSeq first
* @tsplus location "@tsplus/stdlib/collections/ParSeq/first"
*/
export declare function first(self: ParSeq): Maybe;
//# sourceMappingURL=first.d.ts.map