import { GraphQLInterfaceType } from 'graphql';
import { Change } from './changes/change';
export declare function changesInInterface(oldInterface: GraphQLInterfaceType, newInterface: GraphQLInterfaceType): Change[];
