Under `verbatimModuleSyntax: true`, this file is compiled to CommonJS. What does the compiler emit, and why?import { type Foo, bar } from "./mod"; console.log(bar);