export interface Pagination {
    pageNumber?: number;
    pageSize?: number;
}
export declare const PaginationDefault: Pagination;
