import { PageItems } from 'tonva-tools'; import { Tuid } from "../../entities"; export declare class TuidPageItems extends PageItems { private tuid; constructor(tuid: Tuid); protected load(param: any, pageStart: any, pageSize: number): Promise; protected setPageStart(item: any): void; }