import { LeftRightPredicate } from './types'; export default function intersect(l: TL[], r: TR[], comparer?: LeftRightPredicate): TL[];