import { STM } from "@effect/core/stm/STM/definition/base"; /** * Sequentially zips this value with the specified one, discarding the second * element of the tuple. * @tsplus pipeable.operator effect/core/stm/STM < * @tsplus static effect/core/stm/STM.Aspects zipLeft * @tsplus pipeable effect/core/stm/STM zipLeft * @tsplus location "@effect/core/stm/STM/operations/zipLeft" */ export declare function zipLeft(that: STM): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=zipLeft.d.ts.map