/** * Gets date string in format yyyy-mm-dd * * Provide a date object if you want another date than today */ export declare const getCurrentDate: (date?: Date) => string; //# sourceMappingURL=getCurrentDate.d.ts.map