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