import type { DateInput, ISODateString } from './types/date-time.js'; export declare const getISODateString: (value?: DateInput) => ISODateString;