export declare const REQUEST_TIMEOUT_MILLISECONDS = 15000; export declare const GITLAB_API_BASE_URL = "https://gitlab.com"; export declare const SUGGESTION_ACCEPTED_COMMAND = "gitlab.ls.codeSuggestionAccepted"; export declare const START_STREAMING_COMMAND = "gitlab.ls.startStreaming"; export declare const WORKFLOW_DEFAULT_EXECUTOR_VERSION = "v0.0.7"; export declare const SUGGESTIONS_DEBOUNCE_INTERVAL_MS = 250; export declare const WORKFLOW_DEFAULT_EXECUTOR_DOWNLOAD_PATH = "https://gitlab.com/api/v4/projects/58711783/packages/generic/duo-workflow-executor/v0.0.7/duo-workflow-executor.tar.gz";