import { z } from "zod/v4"; export declare const name = "shellList"; export declare const description = "\u5217\u51FA\u5F53\u524D\u6240\u6709\u7531jun\u7BA1\u7406\u7684\u6B63\u5728\u8FD0\u884C\u7684\u540E\u53F0\u4EFB\u52A1\u3002"; export declare const zParams: z.ZodObject<{}, z.core.$strip>; export declare const paramsSchema: z.core.JSONSchema.JSONSchema; /** * 调用 @jixo/jun 的 junLsLogic 来列出正在运行的任务。 * @returns 一个包含正在运行任务列表的对象 */ export declare const functionCall: (_args: z.infer) => Promise; //# sourceMappingURL=shellList.function_call.d.ts.map