import type { AppRouter } from 'api') , the type of AppRouter is any :/."module": "src/module.ts",, and module.ts has:import type, the type of A is visible but AppRouter is any.import ... from "@/..." to import ... from "../..." and it started working.