import { z } from "zod"; export declare const DeleteMsg: import("..").ToolDefinition; } & { message: z.ZodString; channel: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string; inner_thoughts?: string; request_heartbeat?: boolean; channel?: string; }, { message?: string; inner_thoughts?: string; request_heartbeat?: boolean; channel?: string; }>, any, any>; export declare const BanUser: import("..").ToolDefinition; } & { user_id: z.ZodString; duration: z.ZodOptional; channel: z.ZodOptional; }, "strip", z.ZodTypeAny, { inner_thoughts?: string; request_heartbeat?: boolean; channel?: string; user_id?: string; duration?: number; }, { inner_thoughts?: string; request_heartbeat?: boolean; channel?: string; user_id?: string; duration?: number; }>, any, any>;