import * as z from "zod/v4-mini"; export type WebhooksRedeliverWebhookEventRequest = { /** * The webhook event ID. */ id: string; }; /** @internal */ export type WebhooksRedeliverWebhookEventRequest$Outbound = { id: string; }; /** @internal */ export declare const WebhooksRedeliverWebhookEventRequest$outboundSchema: z.ZodMiniType; export declare function webhooksRedeliverWebhookEventRequestToJSON(webhooksRedeliverWebhookEventRequest: WebhooksRedeliverWebhookEventRequest): string; //# sourceMappingURL=webhooksredeliverwebhookevent.d.ts.map