import { IsoDuration } from './iso-types'; declare function negate(duration: IsoDuration): IsoDuration; export default negate;