namespace noosfero { export interface Block { id: number; settings: any; } }