import { GraphQLList } from 'graphql';
export declare const generateSortInput: (entity: any) => {
    type: GraphQLList<import("graphql").GraphQLType>;
    description: string;
    defaultValue: any[];
};
