declare module fb { interface IKolumnDefService { getDefaultColumnsForMaeklarObjekt(): string[]; getMaeklarObjektLOProperties(): string[]; getMaeklarObjektLOPropertiesUtland(): string[]; getMaeklarObjektLOPropertiesEjUtland(): string[]; getDefaultColumnsForKontaktLO(): string[]; getModelsPersonLOProperties(): string[]; getModelsPersonLOPropertiesUtland(): string[]; } }