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