import type { OperatorDefinition } from '../../definition_types'; /** * Returns the negation of the argument. */ declare const definition: OperatorDefinition; export default definition; //# sourceMappingURL=neg.d.ts.map