declare const messageBrokerTypes: {
    KAFKA: string;
    PULSAR: string;
    NO: string;
};
export default messageBrokerTypes;
