import { ExecutorLink } from '@graphql-tools/executor-apollo-link';
import { HTTPExecutorOptions } from '@graphql-tools/executor-http';
export type YogaLinkOptions = HTTPExecutorOptions;
export declare class YogaLink extends ExecutorLink {
constructor(options: YogaLinkOptions);
}