export interface Pagination { items: T[]; total: number; limit: number; offset: number; } //# sourceMappingURL=index.d.ts.map