/** * Makes a new managed promise to be completed by the fiber creating the promise. */ export declare function makeManaged(): import("../Managed/managed.js").Managed>; //# sourceMappingURL=makeManaged.d.ts.map