import type { MonoTypeOperatorFunction, Observer, OperatorFunction } from './observable'; export declare function map(project: (value: TValueBefore, index: number) => TValueAfter): OperatorFunction; interface ShareOptions { } export declare function share(_options?: ShareOptions): MonoTypeOperatorFunction; export declare function tap(observer: Partial>): MonoTypeOperatorFunction; export {}; //# sourceMappingURL=operators.d.ts.map