import { IsoDateTime, IsoTime } from './iso-types'; declare function getSecond(dateTime: IsoDateTime): number; declare function getSecond(time: IsoTime): number; export default getSecond;