import { PatchContext, DiffContext } from "../contexts"; import type { Filter } from "../types"; export declare const collectChildrenDiffFilter: Filter; export declare const objectsDiffFilter: Filter; export declare const patchFilter: Filter; export declare const collectChildrenPatchFilter: Filter;