// @deno-types="./other.d.ts"
import Test, { type Attributes } from "./other.js";

const other: Attributes = {};
console.log(Test());
console.log(other);