import { Exit } from "@effect/core/io/Exit/definition"; /** * Applicative's ap. * @tsplus static effect/core/io/Exit.Aspects ap * @tsplus pipeable effect/core/io/Exit ap * @tsplus location "@effect/core/io/Exit/operations/ap" */ export declare function ap(that: Exit B>): (self: Exit) => Exit; //# sourceMappingURL=ap.d.ts.map