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