import { IsoInstant } from './iso-types'; declare function getEpochSeconds(instant: IsoInstant): number; export default getEpochSeconds;