import { z } from "zod"; export declare const HistoryDispositionSchema: z.ZodUnion, z.ZodLiteral<"paired_prompted">, z.ZodLiteral<"blocked_dm_policy">, z.ZodLiteral<"blocked_group_policy">, z.ZodLiteral<"blocked_no_mention">, z.ZodLiteral<"blocked_command_auth">, z.ZodLiteral<"dropped_duplicate">, z.ZodLiteral<"dropped_other">]>; export declare const HistorySchema: z.ZodOptional; path: z.ZodOptional; channel: z.ZodOptional; surfaces: z.ZodOptional>; includeQuotedContext: z.ZodOptional; includeNonDispatchedInbound: z.ZodOptional; }, z.core.$strict>>; cron: z.ZodOptional; }, z.core.$strict>>; shard: z.ZodOptional>; padWidth: z.ZodOptional; }, z.core.$strict>>; retention: z.ZodOptional; }, z.core.$strict>>; exclude: z.ZodOptional>; jobs: z.ZodOptional>; }, z.core.$strict>>; }, z.core.$strict>>;