/** ℹ️ This enum is non-exhaustive. */ export declare const EventDestinationPreferencesPreferred: { readonly CloudPubsub: "cloud_pubsub"; readonly Rabbitmq: "rabbitmq"; readonly Svix: "svix"; readonly AzureAmqp: "azure_amqp"; }; export type EventDestinationPreferencesPreferred = (typeof EventDestinationPreferencesPreferred)[keyof typeof EventDestinationPreferencesPreferred];