import type { XPure } from "@effect-ts/system/XPure"; import type * as P from "../../Prelude/index.js"; export declare type V = P.V<"S", "_">; export interface XState extends XPure { } //# sourceMappingURL=definition.d.ts.map