import { MonoTypeOperatorFunction } from '../../internal/types';
export declare function refCount<T>(): MonoTypeOperatorFunction<T>;
