import { IObservable } from '../../../../../type/observable.type';
export declare function conditionalObservable<GValue>(subscribe: IObservable<GValue>, condition: IObservable<boolean>): IObservable<GValue>;
