import { Event } from '@hebcal/core/dist/esm/event'; /** * Returns an English language description of the holiday */ export declare function getHolidayDescription(ev: Event, firstSentence?: boolean, locale?: string): string;