import { z } from "zod"; export declare const Reaction: import("..").ToolDefinition; } & { message_id: z.ZodString; emoji_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { inner_thoughts?: string; request_heartbeat?: boolean; message_id?: string; emoji_id?: number; }, { inner_thoughts?: string; request_heartbeat?: boolean; message_id?: string; emoji_id?: number; }>, any, any>; export declare const Essence: import("..").ToolDefinition; } & { message_id: z.ZodString; }, "strip", z.ZodTypeAny, { inner_thoughts?: string; request_heartbeat?: boolean; message_id?: string; }, { inner_thoughts?: string; request_heartbeat?: boolean; message_id?: string; }>, any, any>; export declare const Poke: import("..").ToolDefinition; } & { user_id: z.ZodString; channel: z.ZodOptional; }, "strip", z.ZodTypeAny, { inner_thoughts?: string; request_heartbeat?: boolean; channel?: string; user_id?: string; }, { inner_thoughts?: string; request_heartbeat?: boolean; channel?: string; user_id?: string; }>, any, any>; export declare const GetForwardMsg: import("..").ToolDefinition; } & { id: z.ZodString; }, "strip", z.ZodTypeAny, { inner_thoughts?: string; request_heartbeat?: boolean; id?: string; }, { inner_thoughts?: string; request_heartbeat?: boolean; id?: string; }>, any, any>;