/**
 * Converts a date object into two strings of format `YYYY-MM-DD` and `HH:mm:ss`.
 * @param date The date to format
 */
export declare function isoFormat(date: Date): {
    date: string;
    time: string;
};
//# sourceMappingURL=DateUtil.d.ts.map