Path for dependancy, or mixing typescript and javascript

Angular 2,when defining a component you import dependencies from a module.

My question is what path do you use for an installed package? I’m getting an error that JobCollection is not found, which is defined in a cron package.

Does and import in a ts file require that the imported file be ts as well, or can a javascript global be imported?