import { DateType } from '../types';
/**
 * Returns only the Date portion of the ISOString for a given date
 * i.e. 2023-11-01T00:00:00.000Z => 2023-11-01
 */
export declare const getISODate: (date: DateType) => string;
//# sourceMappingURL=getISODate.d.ts.map