export declare class DataResponseFormat { total: number; items: T[]; nextCursor?: string; prevCursor?: string; hasNextPage?: boolean; nc?: string; pc?: string; hn?: boolean; }