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