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