import { Eq } from 'fp-ts/lib/Eq'; export declare const hasPartialEquals: (keys: Iterable, E: Eq) => (d1: Partial>, d2: Partial>) => boolean;