import type { DateLib } from "../classes/index.js";
/**
 * Return the start date of the week in the broadcast calendar.
 *
 * @since 9.4.0
 */
export declare function startOfBroadcastWeek(date: Date, dateLib: DateLib): Date;
