export declare class RSQLOrderByExpression { field: string; direction: 'asc' | 'desc'; constructor(field: string, direction: 'asc' | 'desc'); }