import type { FiberId } from "../../Fiber/FiberId"; import { XPromise } from "../model"; export declare const unsafeMake: (fiberId: FiberId) => XPromise; //# sourceMappingURL=unsafeMake.d.ts.map