import type { app } from "./plugin/app.d"; export namespace plugin {} export type plugin = { app: app; };