import type { ToolDefinition } from "@/types"; import type { Apps } from "./appManager.js"; /** * Builds the app_rules tool for mutable app allow/deny policies. * Expects: target app id exists in the app manager index. */ export declare function appRuleToolBuild(apps: Apps): ToolDefinition; //# sourceMappingURL=appRuleToolBuild.d.ts.map