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