/** * @deprecated This Enum Type is deprecated from v0.6.0 */ export declare enum WorkspaceErrorTypes { Warning = 0, Error = 1 } export declare enum WorkspaceErrorTypesV2 { SIMILAR_TAB_ERROR = 0, MAX_TAB_COUNT_EXCEEDED_ERROR = 1, CONSOLE_ERROR = 2 }