import type { AtomicReference } from "../../support"; import type { FiberId } from "../Fiber/FiberId"; import type { State } from "./state"; export declare class XPromise { readonly state: AtomicReference>; readonly blockingOn: ReadonlyArray; constructor(state: AtomicReference>, blockingOn: ReadonlyArray); } export declare const URI = "XPromise"; export declare type URI = typeof URI; //# sourceMappingURL=model.d.ts.map