import { GraphQLDirective } from 'graphql';
export declare function mergeDirectives(directives: Set<GraphQLDirective>): any;
