import { Observable, OperatorFunction } from "rxjs"; export declare function delayUntil(notifier: Observable): OperatorFunction;