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