export declare const colorValues: { readonly red: "var(--color-error-5)"; readonly green: "var(--color-success-5)"; readonly blue: "#1b9aee"; readonly orange: "var(--color-warning-5)"; readonly grey: "var(--color-line1-5, #adadad)"; }; export declare const envStatusMap: { readonly NEW: { readonly text: any; readonly tagColor: "loading"; }; readonly DEPLOYING: { readonly text: any; readonly tagColor: "prompt"; }; readonly RUNNING: { readonly text: any; readonly tagColor: "success"; }; readonly ERROR: { readonly text: any; readonly tagColor: "error"; }; }; export declare const deployModeTypes: { Batch: any; Rolling: any; Recreate: any; GrayBatch: any; }; export declare const suspendModeTypes: { readonly Auto: any; readonly ConfirmFirstBatch: any; readonly Manual: any; }; export declare const changeOrderType: { readonly Deploy: any; readonly Rollback: any; readonly Scale: any; readonly Destroy: any; readonly Revert: any; }; export declare const placeholderSourceTypeMap: { readonly VARIABLE: any; readonly CONSTANT: any; readonly NULL: "NULL"; }; export declare const placeholderTypeMap: { readonly number: any; readonly float: any; readonly boolean: any; readonly string: any; readonly object: any; }; export declare const componentKindNameMap: Record; export type ComponentKind = keyof typeof componentKindNameMap; export declare const envOperateType: Record; export declare const statusColorMap: { readonly grey: { readonly text: ""; readonly iconType: ""; readonly iconColor: "#6E6E6E"; readonly backgroundColor: "#F7F7F7"; readonly tagColor: "loading"; readonly breath: false; }; readonly blue: { readonly text: any; readonly iconType: "loading-fill"; readonly iconColor: "#1b9aee"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "prompt"; readonly breath: false; }; readonly orange: { readonly text: any; readonly iconType: "paused-fill"; readonly iconColor: "var(--color-warning-5)"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "warning"; readonly breath: false; }; readonly red: { readonly text: any; readonly iconType: "delete-fill"; readonly iconColor: "var(--color-error-5)"; readonly backgroundColor: "#FFF1F0"; readonly tagColor: "error"; readonly breath: false; }; readonly green: { readonly text: any; readonly iconType: "success-fill"; readonly iconColor: "#43BF7E"; readonly backgroundColor: "#F0FFF7"; readonly tagColor: "success"; readonly breath: false; }; }; export declare const orderStatusMap: { readonly INIT: { readonly text: any; readonly iconType: "time-fill"; readonly iconColor: "#6E6E6E"; readonly backgroundColor: "#F7F7F7"; readonly tagColor: "loading"; readonly breath: false; }; readonly PREPARING: { readonly text: any; readonly iconType: "time-fill"; readonly iconColor: "#6E6E6E"; readonly backgroundColor: "#F7F7F7"; readonly tagColor: "loading"; readonly breath: false; }; readonly RUNNING: { readonly text: any; readonly iconType: "loading-fill"; readonly iconColor: "#1b9aee"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "prompt"; readonly breath: false; }; readonly SUSPENDED: { readonly text: any; readonly iconType: "paused-fill"; readonly iconColor: "var(--color-warning-5)"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "warning"; readonly breath: false; }; readonly CANCELED: { readonly text: any; readonly iconType: "minus-fill"; readonly iconColor: "#6E6E6E"; readonly backgroundColor: "#F7F7F7"; readonly tagColor: "loading"; readonly breath: false; }; readonly FAILED: { readonly text: any; readonly iconType: "delete-fill"; readonly iconColor: "var(--color-error-5)"; readonly backgroundColor: "#FFF1F0"; readonly tagColor: "error"; readonly breath: false; }; readonly SUCCESS: { readonly text: any; readonly iconType: "success-fill"; readonly iconColor: "#43BF7E"; readonly backgroundColor: "#F0FFF7"; readonly tagColor: "success"; readonly breath: false; }; readonly STOPPING: { readonly text: any; readonly iconType: "minus-fill"; readonly breath: true; readonly iconColor: "#1b9aee"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "prompt"; }; readonly SUSPENDING: { readonly breath: true; readonly text: any; readonly iconType: "paused-fill"; readonly iconColor: "var(--color-warning-5)"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "warning"; }; }; export declare const taskStatusMap: { readonly ERROR: { readonly text: any; readonly iconType: "delete-fill"; readonly iconColor: "var(--color-error-5)"; readonly backgroundColor: "#FFF1F0"; readonly tagColor: "error"; readonly breath: false; }; readonly RESUMING: { readonly iconType: "time-fill"; readonly text: any; readonly breath: true; readonly iconColor: "#1b9aee"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "prompt"; }; readonly RETRYING: { readonly text: any; readonly iconType: "loading-fill"; readonly iconColor: "#1b9aee"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "prompt"; readonly breath: false; }; readonly ABNORMAL: { readonly text: any; readonly iconType: "delete-fill"; readonly iconColor: "var(--color-error-5)"; readonly backgroundColor: "#FFF1F0"; readonly tagColor: "error"; readonly breath: false; }; readonly STOPPING_CHOICE: { readonly text: any; readonly iconType: "paused-fill"; readonly iconColor: "var(--color-warning-5)"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "warning"; readonly breath: false; }; readonly INIT: { readonly text: any; readonly iconType: "time-fill"; readonly iconColor: "#6E6E6E"; readonly backgroundColor: "#F7F7F7"; readonly tagColor: "loading"; readonly breath: false; }; readonly PREPARING: { readonly text: any; readonly iconType: "time-fill"; readonly iconColor: "#6E6E6E"; readonly backgroundColor: "#F7F7F7"; readonly tagColor: "loading"; readonly breath: false; }; readonly RUNNING: { readonly text: any; readonly iconType: "loading-fill"; readonly iconColor: "#1b9aee"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "prompt"; readonly breath: false; }; readonly SUSPENDED: { readonly text: any; readonly iconType: "paused-fill"; readonly iconColor: "var(--color-warning-5)"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "warning"; readonly breath: false; }; readonly CANCELED: { readonly text: any; readonly iconType: "minus-fill"; readonly iconColor: "#6E6E6E"; readonly backgroundColor: "#F7F7F7"; readonly tagColor: "loading"; readonly breath: false; }; readonly FAILED: { readonly text: any; readonly iconType: "delete-fill"; readonly iconColor: "var(--color-error-5)"; readonly backgroundColor: "#FFF1F0"; readonly tagColor: "error"; readonly breath: false; }; readonly SUCCESS: { readonly text: any; readonly iconType: "success-fill"; readonly iconColor: "#43BF7E"; readonly backgroundColor: "#F0FFF7"; readonly tagColor: "success"; readonly breath: false; }; readonly STOPPING: { readonly text: any; readonly iconType: "minus-fill"; readonly breath: true; readonly iconColor: "#1b9aee"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "prompt"; }; readonly SUSPENDING: { readonly breath: true; readonly text: any; readonly iconType: "paused-fill"; readonly iconColor: "var(--color-warning-5)"; readonly backgroundColor: "#F0F9FF"; readonly tagColor: "warning"; }; }; export declare const OrchestrationTypeMap: Record; export declare enum ErrorCode { APP_NOT_FOUND = "ApplicationNotFound", SYSTEM_NOT_FOUND = "SystemNotFound", ENV_NOT_FOUND = "EnvironmentNotFound", RESOURCE_NOT_FOUND = "ResourceInstanceNotFound", ORDER_NOT_FOUND = "ChangeOrderNotExists", CHANGE_SET_NOT_FOUND = "AS_CHANGE_SET_NOT_EXISTED", AS_PERMISSION_DENIED = "PermissionDenied", UNKNOWN = "AS_UNKNOWN" } export declare const ErrorMap: Record>; title: string; description: string; }>;