declare module fb { interface IPostadressService { getPostort(postnummer: string): fb.PostortWO; } }