import { GraphQLObjectType } from 'graphql';
import { AddChange } from './schema.cjs';
export declare function changesInObject(oldType: GraphQLObjectType | null, newType: GraphQLObjectType, addChange: AddChange): void;
