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