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