import type { Effect, UIO } from "./effect.js"; /** * Returns an effect that will be executed at most once, even if it is * evaluated multiple times. */ export declare function once(self: Effect, __trace?: string): UIO>; //# sourceMappingURL=once.d.ts.map