import { GraphQLInputObjectType } from 'graphql';
import { Change } from './changes/change';
export declare function changesInInputObject(oldInput: GraphQLInputObjectType, newInput: GraphQLInputObjectType): Change[];
