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