import type { MonoTypeOperatorFunction } from '../types';
interface ShareConfig {
}
export declare function share<TValue, TError>(_opts?: ShareConfig): MonoTypeOperatorFunction<TValue, TError>;
export {};
//# sourceMappingURL=share.d.ts.map