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