import type { ToolDefinition } from "@/types"; import type { AppDescriptor } from "./appTypes.js"; /** * Builds the per-app `app_` tool definition. * Expects: descriptor is a validated discovered app. */ export declare function appToolBuild(app: AppDescriptor): ToolDefinition; //# sourceMappingURL=appToolBuild.d.ts.map