import { EasterSundayDependant } from './easter-sunday'; import { IHolidayOptions } from '../holidays.interface'; export default class GoodFriday extends EasterSundayDependant implements EasterSundayDependant { constructor({ year, language }?: IHolidayOptions); static easterOffset: number; }