import { ToolDefinition } from "../tools.js"; declare const args: { type: import("zod/v3").ZodNativeEnum<{ 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"; readonly Kafka: "kafka"; }>; }; export declare const tool$schemasGetDestinationType: ToolDefinition; export {}; //# sourceMappingURL=schemasGetDestinationType.d.ts.map