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