declare module fb { class TextMall extends ResourceBase { Aemne: string; Innehaall: string; KontorsgruppId: number; MallTyp: number; Namn: string; TextMallId: number; Sorteringsordning: number; Mottagare: string; isGlobalMall(): boolean; static $rootName: string; constructor(data: any); getPrimaryKey(): any; } }