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