/** * Returns the date representing the beginning of the month in respect to the date provided. * @param d * @returns {Date} */ export declare function monthStart(d: Date): Date; //# sourceMappingURL=monthStart.d.ts.map