export interface SegmentConfigOut {
}
export declare const SegmentConfigOutSerializer: {
    _fromJsonObject(_object: any): SegmentConfigOut;
    _toJsonObject(_self: SegmentConfigOut): any;
};
