import { IObservable } from '../../../../../type/observable.type';
export declare function of<GValue>(...values: readonly GValue[]): IObservable<GValue>;
