import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * Constructs an empty set patch. * @tsplus static Differ.HashSet.Patch.Ops empty * @tsplus location "@tsplus/stdlib/collections/HashSet/patch/operations/emptyPatch" */ export declare function emptyPatch(): Differ.HashSet.Patch; //# sourceMappingURL=emptyPatch.d.ts.map