export declare enum ThoughtChainItemStatusEnum { SUCCESS = "success", ERROR = "error", LOADING = "loading", ABORT = "abort" } export declare const DEFAULT_STATE_TITLE: { success: string; error: string; loading: string; abort: string; };