export declare enum PagerMode {
    URLSegments = "URLSegments",
    QueryParameter = "QueryParameter"
}
