export declare enum DetailPageSelectionMode {
    SamePage = "SamePage",
    ExistingPage = "ExistingPage"
}
