import { Root } from "@lodestar/types"; /** * Return items included in `next` but not in `prev` */ export declare function differenceHex(prev: T[], next: T[]): T[]; //# sourceMappingURL=difference.d.ts.map