import { GraphQLInterfaceType } from 'graphql';
import { AddChange } from './schema.cjs';
export declare function changesInInterface(oldInterface: GraphQLInterfaceType | null, newInterface: GraphQLInterfaceType, addChange: AddChange): void;
