import type { ActionTool } from "../agent/types.js"; export declare const tool: ActionTool; export declare function run(args: Record, _context?: unknown, selfAppId?: string): Promise; //# sourceMappingURL=describe-workspace-apps.d.ts.map