import { Observable } from '../Observable'; import { ConnectableObservable } from '../observable/ConnectableObservable'; import { UnaryFunction } from '../types'; /** * @param value * @return {ConnectableObservable} * @method publishBehavior * @owner Observable */ export declare function publishBehavior(value: T): UnaryFunction, ConnectableObservable>;