import * as a from "./mod.mjs";
import { type A } from "./types.d.mts";

console.log(a.a as A);