import type DiffContext from "../contexts/diff.js";
import type { Filter } from "../types.js";
export declare const diffFilter: Filter<DiffContext>;
