export interface HubspotConfigOut {
}
export declare const HubspotConfigOutSerializer: {
    _fromJsonObject(_object: any): HubspotConfigOut;
    _toJsonObject(_self: HubspotConfigOut): any;
};
