import { EventStreamSeed, Scope } from "./abstractions"; import { GenericTransformOp, GenericTransformOpScoped } from "./transform"; export declare function takeUntil(stopper: EventStreamSeed): GenericTransformOp; export declare function takeUntil(stopper: EventStreamSeed, scope: Scope): GenericTransformOpScoped;