// @declaration: true // @module: umd // @filename: foo.ts /// export const foo = 1; // @filename: bar.ts /// import {foo} from './foo'; void foo;