import { Test } from "./non-existent-module.ts"; console.log(Test); export class Other {}