/** * Negates a value * @param x :: a * @returns :: boolean */ export declare function not(x: A): boolean; //# sourceMappingURL=not.d.ts.map