export interface SegmentCreateResponse {
    version: number;
    newSegment: string;
}
