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