/**
 * Return date in ISO format i.e. `YYYY-MM-DD`.
 */
export declare function isoFormat(year: number, month: number, day: number): string;
