import type { a_nowrap_T } from '../a_nowrap/index.js' /** * Returns `!=` operator to all values in `in_value_a`. */ export declare function neq(a_unwrap:I):boolean /** * Return function that Returns `!=` operator to all values in `in_value_a`. */ export declare function neq_(in_value_a:a_nowrap_T):(val:I)=>boolean export { neq_ as _neq, }