import type { a_nowrap_T } from '../a_nowrap/index.js' /** * Returns not applied to the spread of `in_value_a` */ export declare function not(in_value_a:a_nowrap_T):boolean /** * Returns function that calls [not](#not) with [wrap_concat](#wrap_concat) of the arguments. */ export declare function not_(a_unwrap:a_nowrap_T):not_T export declare type not_T = (val_a:I[])=>boolean export { not_ as _not, }