import { LodashDecorator, ResolvableFunction } from './factory'; export declare const Negate: (fn?: ResolvableFunction) => LodashDecorator; export { Negate as negate }; export default Negate;