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