import type { FiberID } from "../Fiber/id.js"; import type { AtomicReference } from "../Support/AtomicReference/index.js"; import type { State } from "./state.js"; export declare class Promise { readonly state: AtomicReference>; readonly blockingOn: readonly FiberID[]; constructor(state: AtomicReference>, blockingOn: readonly FiberID[]); } //# sourceMappingURL=promise.d.ts.map