/** * * @param {number} churchYear - The full year of the Church year as it will be at Easter * Sunday (e.g. 2024 means that Advent begins in 2023) */ export declare const getAdventStartDate: (churchYear: number) => Date;