export interface HubspotConfigOut {
}
export declare const HubspotConfigOutSerializer: {
    _fromJsonObject(object: any): HubspotConfigOut;
    _toJsonObject(self: HubspotConfigOut): any;
};
