import { Exchange } from '@urql/core';
import { Executor } from '@graphql-tools/utils';
export declare function executorExchange(executor: Executor): Exchange;
