import type { TOptions } from './types.js'; export declare function eq(list: T[], target: R, options?: TOptions): number;