/// <reference path="..." />
Only valid at the top of file (can be preceded by comments & other triple-slash directives)
Instruct compiler to include additional files:
Similar, but declare on a package (similar to resolving module names in 'import')
Use only in authoring a 'd.ts' file by hand