/* SystemJS module definition */ declare const module: NodeModule; interface NodeModule { id: string; } interface window { Slicker: any; }