import { z } from "zod/v4"; export declare const name = "shellHistory"; export declare const description = "\u5217\u51FA\u6240\u6709\u7531jun\u6267\u884C\u8FC7\u7684\u4EFB\u52A1\u5386\u53F2\u8BB0\u5F55\uFF0C\u5305\u62EC\u5DF2\u5B8C\u6210\u548C\u6B63\u5728\u8FD0\u884C\u7684\u3002"; export declare const zParams: z.ZodObject<{}, z.core.$strip>; export declare const paramsSchema: z.core.JSONSchema.JSONSchema; /** * 调用 @jixo/jun 的 junHistoryLogic 来获取所有任务历史。 * @returns 一个包含所有任务历史的对象 */ export declare const functionCall: (_args: z.infer) => Promise; //# sourceMappingURL=shellHistory.function_call.d.ts.map