import { z } from "zod/v4"; export declare const name = "shellRemove"; export declare const description = "\u6E05\u7406jun\u7684\u5386\u53F2\u8BB0\u5F55\u3002\u53EF\u4EE5\u6307\u5B9Apid\uFF0C\u4E5F\u53EF\u4EE5\u8FDB\u884C\u6279\u91CF\u6E05\u7406\u3002"; export declare const zParams: z.ZodObject<{ pids: z.ZodOptional>; all: z.ZodOptional; auto: z.ZodOptional; }, z.core.$strip>; export declare const paramsSchema: z.core.JSONSchema.JSONSchema; /** * 调用 @jixo/jun 的 junRmLogic 来清理历史记录。 * @param args - 符合paramsSchema的参数 * @returns 一个报告操作结果的对象 */ export declare const functionCall: (args: z.infer) => Promise<{ removed_pids: number[]; skipped: { pid: number; reason: string; }[]; }>; //# sourceMappingURL=shellRemove.function_call.d.ts.map