import { MonoTypeOperatorAsyncFunction } from '../../interfaces'; export declare function takeUntil(other: () => Promise): MonoTypeOperatorAsyncFunction;