export interface Pagination {
    limit: number;
    offset: number;
    count: number;
}
//# sourceMappingURL=pagination.d.ts.map