import type { Promise } from "./promise.js"; /** * Retrieves the value of the promise, suspending the fiber running the action * until the result is available. */ declare function wait(promise: Promise): import("../Effect/effect.js").Effect; export { wait as await }; //# sourceMappingURL=await.d.ts.map