import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * Combines this differ and the specified differ to produce a new differ that * knows how to diff the product of their values. * @tsplus static Differ.Aspects zip * @tsplus pipeable Differ zip * @tsplus location "@tsplus/stdlib/data/Differ/operations/zip" */ export declare function zip(that: Differ): (self: import("../definition").Differ) => import("../definition").Differ; //# sourceMappingURL=zip.d.ts.map