import { TSubscribableThing, TWrapSubscribeFunctionFunction } from '../types';
export declare const createMapSubscribableThing: (wrapSubscribeFunction: TWrapSubscribeFunctionFunction) => <TValue, TMappedValue>(subscribableThing: TSubscribableThing<TValue>, map: (value: TValue) => TMappedValue) => TSubscribableThing<TMappedValue>;
//# sourceMappingURL=map-subscribable-thing.d.ts.map