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