import { GraphQLInputType } from 'graphql';
import { SchemaComposer } from 'graphql-compose';
export declare function resolveDataByUnionInputType(data: any, type: GraphQLInputType, schemaComposer: SchemaComposer): any;
