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