import { EnvType } from '../types'; export declare function getUrlForEnvironment(environment: EnvType, serviceName: string): string; export declare const USER_BASE_URL: string; export declare const USER_CREATE_URL: string; export declare const USER_LOGIN_URL: string; export declare const USER_FORGOT_URL: string; export declare const USER_PRIVATE_KEY_LOGIN_URL: string; export declare const WORKSPACES_BASE_URL: string; export declare const WORKSPACE_CREATE_URL: string; export declare const WORKSPACE_FETCH_URL: string; export declare const WORKSPACE_GET_URL: string; export declare const WORKSPACE_PRIVATE_KEY_URL: string; export declare const WORKSPACE_DEFAULT_CHANGE: string; export declare const WORKSPACE_UPDATE_ENVS: string; export declare const WORKSPACE_ACCESS_CREATE: string; export declare const APPS_BASE_URL: string; export declare const APPS_CREATE_URL: string; export declare const APPS_FETCH_URL: string; export declare const APP_FETCH_BY_TAG: string; export declare const APPS_FETCH_ACCESS_BY_TAG = "/apps/v1/access/:workspace_id/:access_tag"; export declare const APP_CREATE_ACCESS_TAG = "/apps/v1/access"; export declare const APP_CRUD_URL: string; export declare const VALIDATE_APP_BUILDER_SESSION: string; export declare const CREATE_APP_BUILDER_SESSION: string; export declare const IMPORT_APP: string; export declare const IMPORT_APP_ADMIN: string; export declare const CHECK_APP_EXISTS: string; export declare const INTEGRATIONS_BASE_URL: string; export declare const INTEGRATIONS_CREATE_URL: string; export declare const INTEGRATIONS_FETCH_URL: string; export declare const INTEGRATION_FETCH_BY_TAG: string; export declare const INTEGRATION_FETCH_FILES: string; export declare const INTEGRATION_FETCH_USERS: string; export declare const INTEGRATION_CRUD_URL: string; export declare const PROCESS_INTEGRATION_URL: string; export declare const CHECK_INTEGRATION_EXISTS: string; export declare const INTEGRATION_REMOTE_CACHE: string; export declare const INTEGRATION_BOOTSTRAP_ACTION: string; export declare const INTEGRATION_BOOTSTRAP_NOTIFICATION: string; export declare const INTEGRATION_BOOTSTRAP_STORAGE: string; export declare const INTEGRATION_BOOTSTRAP_SESSION: string; export declare const INTEGRATION_BOOTSTRAP_DATABASE: string; export declare const INTEGRATION_BOOTSTRAP_BROKER: string; export declare const INTEGRATION_BOOTSTRAP_GRAPH: string; export declare const INTEGRATION_BOOTSTRAP_VECTOR: string; export declare const INTEGRATION_BOOTSTRAP_RESILIENCE: string; export declare const INTEGRATION_BOOTSTRAP_INTELLIGENCE: string; export declare const INTEGRATION_BOOTSTRAP_FEATURE: string; export declare const INTEGRATION_GENERATE_PAYLOAD: string; export declare const PROCESSOR_SAVE_RESULT: string; export declare const PROCESSOR_SAVE_RESULTS_BATCH: string; export declare const PROCESSOR_SAVE_FILE: string; export declare const SESSION_SAVE: string; export declare const SESSION_REVOKE: string; export declare const SESSION_CHECK_REVOKED: string; export declare const SESSION_LIST: string; export declare const VALIDATE_REFRESH_TOKEN: string; export declare const PROCESSOR_FETCH_RESULT = "/integrations/v1/processor/:id"; export declare const SESSION_USERS: string; export declare const SESSION_USER_DETAILS: string; export declare const SESSION_USERS_DASHBOARD: string; export declare const SESSION_USER_DASHBOARD: string; export declare const SESSION_ACTIVITY_LOGS: string; export declare const SESSION_ACTIVITY_DASHBOARD: string; export declare const CACHE_VALUES: string; export declare const CACHE_VALUES_DASHBOARD: string; export declare const CACHE_VALUE_DELETE: string; export declare const BROKER_EVENTS_LIST: string; export declare const BROKER_EVENT_GET: string; export declare const BROKER_EVENT_REPLAY: string; export declare const BROKER_EVENTS_STATS: string; export declare const BROKER_DLQ_REPROCESS: string; export declare const BROKER_IDEMPOTENCY_CHECK: string; export declare const BROKER_MESSAGE_TRACK: string; export declare const BROKER_MESSAGE_TRACK_IDEMPOTENT: string; export declare const BROKER_MESSAGE_REGISTER_CONSUMER: string; export declare const BROKER_MESSAGE_UPDATE_CONSUMER: string; export declare const BROKER_MESSAGE_GET: string; export declare const BROKER_MESSAGE_DECRYPT: string; export declare const BROKER_MESSAGE_STATS: string; export declare const BROKER_MESSAGE_RETRY: string; export declare const BROKER_MESSAGE_FAIL: string; export declare const BROKER_MESSAGE_QUERY: string; export declare const BROKER_MESSAGE_PRODUCERS: string; export declare const BROKER_MESSAGE_CONSUMERS: string; export declare const BROKER_MESSAGE_DEAD_LETTERS: string; export declare const BROKER_MESSAGE_COMPREHENSIVE_STATS: string; export declare const BROKER_MESSAGE_DASHBOARD: string; /** Notification message send log (for reprocessing) - fire-and-forget from processor */ export declare const NOTIFICATION_MESSAGE_LOG: string; /** Job execution tracker - fire-and-forget from processor (create + update phase) */ export declare const JOB_EXECUTION_CREATE: string; export declare const JOB_EXECUTION_PHASE: string; export declare const JOB_EXECUTION_GET: string; export declare const JOB_EXECUTION_QUERY: string; export declare const LOGS_BASE_URL: string; export declare const LOGS_CREATE_URL: string; export declare const LOGS_FETCH_URL: string; export declare const LOGS_DATABASE_DASHBOARD_URL: string; export declare const PRICING_BASE_URL: string; export declare const PRICING_FETCH_BY_TAG: string; export declare const EXPO_BASE_URL: string; export declare const WEBHOOK_BASE_URL: string; export declare const WEBHOOK_REGISTER_URL: string; export declare const FETCH_WEBHOOKS_URL: string; export declare const GENERATE_WEBHOOK_LINK_URL: string; export declare const FEATURE_EXECUTE_URL: string; export declare const FEATURE_STATUS_URL: string; export declare const FEATURE_CANCEL_URL: string; export declare const FEATURE_SIGNAL_URL: string; export declare const FEATURE_HISTORY_URL: string; export declare const FEATURE_STEP_DETAIL_URL: string; export declare const FEATURE_REPLAY_URL: string; export declare const FEATURE_RESTART_URL: string; export declare const FEATURE_RESUME_URL: string; export declare const FEATURE_RELATED_URL: string; export declare const FEATURE_COMPARE_URL: string; export declare const HEALTHCHECK_CREATE_URL: string; export declare const HEALTHCHECK_GET_URL: string; export declare const HEALTHCHECK_UPDATE_URL: string; export declare const HEALTHCHECK_DELETE_URL: string; export declare const HEALTHCHECK_LIST_URL: string; export declare const HEALTHCHECK_STATUS_URL: string; export declare const HEALTHCHECK_RUN_URL: string; export declare const QUOTA_CREATE_URL: string; export declare const QUOTA_GET_URL: string; export declare const QUOTA_UPDATE_URL: string; export declare const QUOTA_DELETE_URL: string; export declare const QUOTA_LIST_URL: string; export declare const QUOTA_RUN_URL: string; export declare const QUOTA_DISPATCH_URL: string; export declare const FALLBACK_CREATE_URL: string; export declare const FALLBACK_GET_URL: string; export declare const FALLBACK_UPDATE_URL: string; export declare const FALLBACK_DELETE_URL: string; export declare const FALLBACK_LIST_URL: string; export declare const FALLBACK_RUN_URL: string; export declare const FALLBACK_DISPATCH_URL: string; export declare const SECRETS_CREATE_URL: string; export declare const SECRETS_LIST_URL: string; export declare const SECRETS_GET_URL: string; export declare const SECRETS_GET_ENCRYPTED_URL: string; export declare const SECRETS_UPDATE_URL: string; export declare const SECRETS_DELETE_URL: string; export declare const SECRETS_REVOKE_URL: string; export declare const CLOUD_CONNECTIONS_URL: string; export declare const CLOUD_CONNECTION_BY_ID_URL: string; export declare const CLOUD_CONNECTION_BY_TAG_URL: string; export declare const CLOUD_CONNECTION_VALIDATE_URL: string; export declare const CLOUD_CONNECTION_COMPLETE_URL: string; export declare const CLOUD_CONNECTION_SECURITY_GROUPS_URL: string; export declare const CLOUD_CONNECTION_MANAGED_NETWORKING_URL: string; export declare const CLOUD_NETWORKING_RESOLVE_HOST_URL: string; export declare const CLOUD_CONNECTION_VPC_CONNECTOR_URL: string; export declare const CLOUD_CONNECTION_VPC_CONNECTOR_STATUS_URL: string; export declare const CLOUD_CONNECTION_VPC_CONNECTOR_VPCS_URL: string; export declare const CLOUD_CONNECTION_VPC_CONNECTOR_SUBNETS_URL: string; export declare const CLOUD_VPC_CONNECTOR_RELAY_WS_PATH: string; export declare const CLOUD_VPC_CONNECTOR_AGENT_WS_PATH: string; export declare const CLOUD_CONNECTION_RESOURCES_URL: string; export declare const CLOUD_CONNECTION_IMPORT_URL: string; export declare const CLOUD_CONNECTION_PROVISION_URL: string; export declare const CLOUD_CONNECTION_CREDENTIALS_URL: string; export declare const CLOUD_CONNECTION_CREDENTIALS_BY_TAG_URL: string; export declare const CLOUD_TIERS_URL: string;