import { GraphQLDirective } from'graphql';
/**
* Used to conditionally defer fragments.
*/exportdeclareconstGraphQLDeferDirective: GraphQLDirective;
/**
* Used to conditionally stream list fields.
*/exportdeclareconstGraphQLStreamDirective: GraphQLDirective;