import * as z from "zod/v4-mini"; export type GetWebhookRequest = { /** * Object ID of the webhook to retrieve */ webhookId: string; }; /** @internal */ export type GetWebhookRequest$Outbound = { webhookId: string; }; /** @internal */ export declare const GetWebhookRequest$outboundSchema: z.ZodMiniType; export declare function getWebhookRequestToJSON(getWebhookRequest: GetWebhookRequest): string; //# sourceMappingURL=getwebhook.d.ts.map