import type { OfObservable } from '../types'; export declare const of: (value: A, startManually?: boolean) => OfObservable;