import type {IntoInterator} from './types'; export default function includes( target: IntoInterator, value: T ): boolean;