import type { MaybePromise } from '../../controls/types.js'; export declare const _syncDifferentWith: (other: readonly U[] | ReadonlySet, equals: (value: T, otherValue: U) => boolean) => (value: T) => boolean; export declare const _asyncDifferentWith: (other: readonly U[] | ReadonlySet, equals: (value: T, otherValue: U) => MaybePromise) => (value: T) => Promise; //# sourceMappingURL=_different-with.d.ts.map