import { IExchange } from '../interfaces/index'; export declare const dedupExchange: (forward: IExchange) => IExchange;