import { Wrappable } from '../../types/iterable'; declare function includesSeq(same: (a: any, b: any) => boolean, seq: Wrappable): (iterable: Wrappable) => boolean; declare function includesSeq(same: (a: any, b: any) => boolean, seq: Wrappable, iterable: Wrappable): boolean; declare function includesSeq(seq: Wrappable, iterable: Wrappable): boolean; export { includesSeq };