import { CacHandle } from "devframe/adapters/cac"; //#region src/cli.d.ts /** * Build the standalone CLI for the inspector — backs the package `bin` * (`devframe-inspect`) and `pnpx @devframes/plugin-inspect`. Wraps the * default {@link createInspectDevframe} definition with devframe's * `dev` / `build` / `mcp` command shell. */ declare function createInspectCli(): CacHandle; //#endregion export { createInspectCli };