import * as O from "../Option/index.js"; import type { Promise } from "./promise.js"; /** * Checks for completion of this Promise. Returns the result effect if this * promise has already been completed or a `None` otherwise. */ export declare function poll(promise: Promise): import("../Effect/effect.js").UIO>>; //# sourceMappingURL=poll.d.ts.map