import { ObservableInput, ObservedValueOf, OperatorFunction } from "rxjs"; export declare const continueWith: >(mapper: (value: T) => O) => OperatorFunction>;