import { z } from "zod";
export declare const sendMessageSchema: z.ZodObject<{
    message: z.ZodString;
}, z.core.$strip>;
