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