import { Logger } from "@effect/core/io/Logger/definition"; /** * @tsplus pipeable-operator effect/core/io/Logger < * @tsplus static effect/core/io/Logger zipLeft * @tsplus pipeable effect/core/io/Logger zipLeft * @tsplus location "@effect/core/io/Logger/operations/zipLeft" */ export declare function zipLeft(that: Logger): (self: import("../definition").Logger) => import("../definition").Logger; //# sourceMappingURL=zipLeft.d.ts.map