import { Logger } from "@effect/core/io/Logger/definition"; /** * Combines this logger with the specified logger to produce a new logger that * logs to both this logger and that logger. * @tsplus pipeable-operator effect/core/io/Logger + * @tsplus static effect/core/io/Logger.Aspects zip * @tsplus pipeable effect/core/io/Logger zip * @tsplus location "@effect/core/io/Logger/operations/zip" */ export declare function zip(that: Logger): (self: import("../definition").Logger) => import("../definition").Logger; //# sourceMappingURL=zip.d.ts.map