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