import { ClassType } from 'type-graphql'; export declare class NotSortableError extends Error { constructor(target: ClassType, propertyKey: string); }