declare module fb { interface ISlotsService { createSlotsFromVisning(visning: fb.Visning): fb.Visning; calculateAvailableSlots(aktivitetStart: Moment, aktivitetSlut: Moment, slotTidMinuter: number): any; calculateSlotOccupancy(visningar: fb.List, intressenter: fb.List): fb.List; } }