import './Prototypes'; import { Calendar } from './Calendar'; export declare class CalendarService { private holydayService; constructor(); getCalendar(year: number, month: number): Calendar; }