import { z } from "zod"; declare const _default: z.ZodObject<{ type: z.ZodLiteral<"typing_stopped">; data: z.ZodRecord; }, "strip", z.ZodTypeAny, { type: "typing_stopped"; data: Record; }, { type: "typing_stopped"; data: Record; }>; export default _default;