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