import { HTTPExecutorOptions } from '@graphql-tools/executor-http';
import { Exchange } from '@urql/core';
export type YogaExchangeOptions = HTTPExecutorOptions;
export declare function yogaExchange(options?: HTTPExecutorOptions): Exchange;
