export declare enum PaginationType {
    Standard = "standard",
    Contextual = "contextual"
}
