import { GraphQLInputObjectType } from 'graphql';
import { DxArgs } from '../types';
export declare const ConditionInputType: GraphQLInputObjectType;
export declare const getWhereType: ({ name, fields, }: DxArgs) => GraphQLInputObjectType;
