import { STM } from "@effect/core/stm/STM/definition/base"; /** * Returns a new effect that ignores the success or failure of this effect. * @tsplus getter effect/core/stm/STM ignore * @tsplus location "@effect/core/stm/STM/operations/ignore" */ export declare function ignore(self: STM): STM; //# sourceMappingURL=ignore.d.ts.map