import type { ComPlainDate } from "../PlainDate.js"; /** * Jump to the first day of a plain-date's quarter. * * @param date A plain-date * @returns A new plain-date that is the 1st day of the given plain-date's quarter */ export declare function startOfQuarter(date: T): T; //# sourceMappingURL=startOfQuarter.d.ts.map