declare module fb { class SpraakWO extends ResourceBase { SpraakIdList: number[]; static $rootName: string; constructor(data: any); getPrimaryKey(): any; getForeignKeyObject(): fb.IForeignKeyObject; } }