export declare namespace ProductionCalendar { type Day = { isHoliday: boolean; typeName?: string; description?: string; }; type Storage = Map; }