export declare class NkHeaderSortItemModel { private _field; get field(): string; rule: string; constructor(field: string, rule: string); }