export declare enum ListDisplayMode {
    Paging = "Paging",
    Limit = "Limit",
    All = "All"
}
