import type { FiberId } from "../../Fiber/FiberId"; /** * Makes a new promise to be completed by the fiber with the specified id. */ export declare const makeAs: (fiberId: FiberId) => import("../../Task/model").IO>; //# sourceMappingURL=makeAs.d.ts.map