// @target: esnext // @module: amd // @lib: esnext // @declaration: true // @outFile: bundle.js // @filename: file1.ts /// export declare const elem: HTMLElement; // @filename: file2.ts /// export {} declare const elem: HTMLElement;