1 2 3 4 5 6
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; [key: string]: any }