declare module fb { interface IPersonVisningarService { get(id: number): fb.PersonVisningar; query(personIdId: number): List; } }