export declare enum ConnectorProduct {
    Dispatch = "Dispatch",
    Stream = "Stream"
}
export declare const ConnectorProductSerializer: {
    _fromJsonObject(object: any): ConnectorProduct;
    _toJsonObject(self: ConnectorProduct): any;
};
