import { OrderingValue } from './../graphql/ordering.input'; import { ClassType } from 'type-graphql'; export declare class SortingFieldDoesntExistError extends Error { constructor(sortingField: OrderingValue, target: ClassType, propertyKey: string); }