import { Metric } from "@effect/core/io/Metrics/definition"; /** * @tsplus static effect/core/io/Metrics/Metric.Aspects zip * @tsplus pipeable effect/core/io/Metrics/Metric zip * @tsplus location "@effect/core/io/Metrics/operations/zip" */ export declare function zip(that: Metric): (self: import("../definition").Metric) => import("../definition").Metric; //# sourceMappingURL=zip.d.ts.map