import { GraphQLDirective } from 'graphql';
import { AddChange } from './schema.js';
export declare function changesInDirective(oldDirective: GraphQLDirective | null, newDirective: GraphQLDirective, addChange: AddChange): void;
