import { z } from 'zod'; export declare const createDMFormSchema: z.ZodObject<{ receiverIdentity: z.ZodString; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; receiverIdentity: string; }, { message: string; receiverIdentity: string; }>; export type CreateDMFormSchema = z.infer;