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