interface EndpointsUrl { APP_KEYS: string | null; SERVICES: string | null; REQUEST_BASE_SCOPES_TREE: string; REQUEST_APP_SCOPES_TREE: string; REQUEST_AUTH_CODE: string; REQUEST_ACCESS_TOKEN: string; REQUEST_TOKEN_INFO: string; REQUEST_OAUTH_STATS: string; REQUEST_REVOKE_TOKEN: string; REQUEST_APP_INSTANCE: string; REQUEST_APP_INSTANCE_PAGED: string; REQUEST_CLIENT: string; REQUEST_PERMISSION_SET: string; REQUEST_REALM: string; REQUEST_USER: string; REQUEST_USER_PAGED: string; REQUEST_USER_PAGED_ADMIN: string; REQUEST_USER_INFO: string; REQUEST_USER_CHANGE_PASSWORD: string; REQUEST_USER_RESET_PASSWORD: string; REQUEST_USER_EXISTS: string; REQUEST_USER_ASSOCIATE: string; REQUEST_USER_ASSOCIATE_RESEND: string; REQUEST_USER_DISASSOCIATE: string; REQUEST_ORG_USERS: string; REQUEST_ORG_PATHS: string; REQUEST_ORG_ADD_NODE: string; REQUEST_ORG_UPDATE_NODE: string; REQUEST_ORG_DELETE_NODE: string; REQUEST_ORG_NODES: string; REQUEST_PORTAL_CONFIG: string; REQUEST_CTY_MEMBER: string; REQUEST_CTY_STATUS: string; REQUEST_MESSAGES_VIEWS: string; REQUEST_MESSAGES_DESCRIBE_VIEW: string; REQUEST_MESSAGES_GET_MESSAGE: string; REQUEST_MESSAGES_DELETE_MESSAGE: string; REQUEST_MESSAGES_UPSERT_MESSAGE: string; REQUEST_MESSAGES_REPROCESS_MESSAGE: string; REQUEST_MESSAGES_SEARCH: string; REQUEST_MESSAGES_EXPORT: string; REQUEST_MESSAGES_GET_SMART_DOCUMENT: string; REQUEST_MESSAGES_UPSERT_SMART_DOCUMENT: string; REQUEST_MESSAGES_UPSERT_SMART_DOCUMENT_FORM: string; REQUEST_MESSAGES_GET_DOCUMENT_DETAILS: string; REQUEST_MESSAGES_GET_DOCUMENT_CONTENT: string; REQUEST_MESSAGES_PUT_DOCUMENT_CONTENT: string; REQUEST_MESSAGES_FLAGS: string; REQUEST_MESSAGES_GET_PORTAL_FORM: string; REQUEST_FILES_SUBMIT_NEW_SESSION: string; REQUEST_FILES_SUBMIT_ADD_ENTITY: string; REQUEST_FILES_SUBMIT_DELETE_ENTITY: string; REQUEST_CHARTS_LIST: string; REQUEST_CHARTS_DATASOURCE: string; REQUEST_CHARTS_SCRIPT: string; REQUEST_HOME_REPORTS_DATASOURCE: string; REQUEST_FRAMES_UPSERT: string; REQUEST_FRAMES_DELETE: string; REQUEST_HOME_MODULES: string; REQUEST_HOME_GET_CONFIGURATION_BY_NAME: string; REQUEST_HOME_GET_CONFIGURATIONS: string; REQUEST_HOME_UPSERT_CONFIGURATION: string; REQUEST_HOME_DELETE_CONFIGURATION: string; REQUEST_WORKFLOW_ACTION: string; REQUEST_CROSSREF_TABLES_LIST: string; REQUEST_CROSSREF_IMPORT: string; REQUEST_CROSSREF_DATA: string; REQUEST_CROSSREF_TABLE_UPSERT: string; REQUEST_CROSSREF_TABLE_DUPLICATE: string; REQUEST_CROSSREF_TABLE_RECORDS: string; REQUEST_CROSSREF_TABLE_DETAILS: string; REQUEST_CROSSREF_TABLE_DELETE: string; REQUEST_CROSSREF_EXPORT: string; REQUEST_JOBCONTROL_JOBS_LIST: string; REQUEST_JOBCONTROL_JOB_STATUS: (jobId: string | number) => string; REQUEST_JOBCONTROL_JOB_ENTITY_DOWNLOAD: (id: string) => string; REQUEST_JOBCONTROL_JOB_CANCEL: (jobId: string | number) => string; REQUEST_SCRIPT_EXECUTE: string; REQUEST_SERVICES_GET_UI: (serviceId: string, baseUrlOverride?: string) => string; getUrlOfFeature: (featureId: string, actionEndpoint: string, baseUrlOverride?: string) => string; } export { EndpointsUrl };