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