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