import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const WebhookFormat: { readonly Raw: "raw"; readonly Discord: "discord"; readonly Slack: "slack"; }; export type WebhookFormat = OpenEnum; /** @internal */ export declare const WebhookFormat$inboundSchema: z.ZodMiniType; /** @internal */ export declare const WebhookFormat$outboundSchema: z.ZodMiniType; //# sourceMappingURL=webhookformat.d.ts.map