// ets_tracing: off import type { Either } from "@effect-ts/system/Either" import type * as HKT from "../../HKT/index.js" export interface Run extends HKT.Base { readonly _Run: "Run" readonly either: ( fa: HKT.Kind ) => HKT.Kind, A>> }