import { Either } from '@typed/either'; import { Env } from '@typed/env'; import { Effect, Effects } from '../Effect'; import { FailEnv } from './Failure'; export declare function orFail(key: F, effect: Effects>): Effect | Env, any>, C>; //# sourceMappingURL=orFail.d.ts.map