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