import types from './types'; declare function negate(predicate: T): T; export default negate;