import { IExchange, ISubscription } from '../interfaces/index'; export declare const subscriptionExchange: (createSubscription: (IOperation: any, ISubscriptionObserver: any) => ISubscription, forward: IExchange) => IExchange;