export declare class Constants { static readonly GET_PORT = "GetPort"; static readonly GET_ROBOT_PROCESSES = "RobotProcesses"; static readonly GET_JOB_STATUS = "JobStatus"; static readonly INVOKE_ROBOT = "InvokeRobot"; static readonly INSTALL_PROCESS = "InstallProcess"; static readonly DEFAULT_ROBOT_INVOKE_DOMAIN = "http://localhost"; static readonly DEFAULT_PORT_DISCOVERY_DOMAIN = "http://localhost"; static readonly DEFAULT_PORT = 2323; static readonly UIPATH_PROTOCOL = "uipath-web"; static readonly POLL_TIMEOUT = 60000; static readonly POLL_TIMEINTERVAL = 250; static readonly HTTP_UNAUTHORIZED = 401; static readonly UIPATH_CONSENTOVERLAY_ID = "uipathConsentOverlay"; static readonly UIPATH_CONSENTDIALOG_ID = "uipathConsentFrame"; static readonly CONSENT_PROMPT = "consent-prompt"; static readonly MISSING_COMPONENTS = "missing-components"; static readonly STATUS = "status"; static readonly WORKFLOW_EVENT = "workflow-event"; static readonly UIPATH_TOKEN = "uipathToken"; static readonly STOP_PROCESS = "StopProcess"; static readonly SEND_CLIENT_MESSAGE = "SendClientMessage"; static readonly DOMAIN_ALLOWED = "X-UIPATH-DOMAIN-ALLOWED"; static readonly OPEN_UIPATH_PROTOCOL = "open-uipath-protocol"; }