declare enum ThreadStatusEnum { RUNNING = "running", COMPLETED = "completed", ERROR = "error" } export default ThreadStatusEnum;