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