import type { XPromise } from "../model"; /** * Retrieves the value of the promise, suspending the fiber running the action * until the result is available. */ declare const wait: (promise: XPromise) => import("../..").Task; export { wait as await }; //# sourceMappingURL=await.d.ts.map