import type { ToolDefinition } from "@/types"; import type { Apps } from "./appManager.js"; /** * Builds the install_app tool for filesystem-based app installation. * Expects: source points to a directory containing APP.md and PERMISSIONS.md. */ export declare function appInstallToolBuild(apps: Apps): ToolDefinition; //# sourceMappingURL=appInstallToolBuild.d.ts.map