declare module fb { class UtdragHistorikLO extends ResourceBase { Utdrag: string; Datum: string; constructor(data: any); } }