/// <reference types="graphql" />
import { SelectionNode } from 'graphql';
export declare function shouldInclude(selection: SelectionNode, variables?: {
    [name: string]: any;
}): boolean;
