export declare class NkCollectionSortItem { field: string; rule: string; constructor(field: string, rule: string); }