import type { ComPlainDate } from "../PlainDate.js"; import type { QuarterNumber } from "../constants.js"; /** * Get the quarter of the year for a plain-date. */ export declare function quarter(date: ComPlainDate): QuarterNumber; //# sourceMappingURL=quarter.d.ts.map