import { type DiffSet } from '../typedefs/DiffSet'; /** Whether the input is a diff set. */ export declare function isDiffSet(input: any): input is DiffSet;