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