export declare enum UrlType { NOTIFY = "notify", SESSIONS = "sessions", UPLOAD = "upload", BUILD = "build" } export type OnPremiseUrls = Partial>;