export declare enum PaginationStrategy {
    PageBased = 0,
    OffsetBased = 1
}
