/** * Makes a new promise to be completed by the fiber creating the promise. */ export declare const make: () => import("../../Task/model").Task>; //# sourceMappingURL=make.d.ts.map