import type { t } from '../core/index.js'; export declare function neg(input: boolean): (input: any) => t; export declare function neg(input: unknown): t;