The Import directive loads declarations from a file and uses them for verification, but does not include the file content in the generated code.
Example:
importbrowserapi;
The files are located in the standard library, or relative to the main input file, and is expected to have the ".es4" extension.