export default class Sorting { private sorting; constructor(); add(property: string, direction: string, context?: string): this; get(): any; }