import { GraphQLInputType, GraphQLSchema } from 'graphql';
export declare function resolveDataByUnionInputType(data: any, type: GraphQLInputType, schema: GraphQLSchema): any;
