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