import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Type of destination. */ export declare const DestinationType: { readonly Webhook: "webhook"; readonly AwsSqs: "aws_sqs"; readonly Rabbitmq: "rabbitmq"; readonly Hookdeck: "hookdeck"; readonly AwsKinesis: "aws_kinesis"; readonly AzureServicebus: "azure_servicebus"; readonly AwsS3: "aws_s3"; readonly GcpPubsub: "gcp_pubsub"; }; /** * Type of destination. */ export type DestinationType = ClosedEnum; /** @internal */ export declare const DestinationType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const DestinationType$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=destinationtype.d.ts.map