/**
 * Ocra (REST API for Sinch RTC clients)
 * REST API for Sinch RTC clients.
 *
 * The version of the OpenAPI document: 0.11.0
 * Contact: rtc@sinch.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Semantic version in X.Y format of the events array
 * @export
 * @interface SemanticVersion
 */
export interface SemanticVersion {
    /**
     *
     * @type {number}
     * @memberof SemanticVersion
     */
    major: number;
    /**
     *
     * @type {number}
     * @memberof SemanticVersion
     */
    minor: number;
}
export declare function SemanticVersionFromJSON(json: any): SemanticVersion;
export declare function SemanticVersionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SemanticVersion;
export declare function SemanticVersionToJSON(value?: SemanticVersion | null): any;
