export declare const EventDestinationPreferencesEnabledItem: { readonly CloudPubsub: "cloud_pubsub"; readonly Rabbitmq: "rabbitmq"; readonly Svix: "svix"; readonly AzureAmqp: "azure_amqp"; }; export type EventDestinationPreferencesEnabledItem = (typeof EventDestinationPreferencesEnabledItem)[keyof typeof EventDestinationPreferencesEnabledItem];