import type { Branded } from "./a@0.1.0.ts"; import type { Branded as Branded2 } from "./a@0.2.0.ts"; const a = 34 as Branded; // @ts-expect-error const b: Branded2 = a;