declare function negate boolean>(func: T): (...args: Parameters) => boolean; export { negate as n };