/**
 * Umbraco Management API
 * This shows all APIs available in this version of Umbraco - including all the legacy apis that are available for backward compatibility
 *
 * The version of the OpenAPI document: Latest
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { MediaTypeCompositionResponseModel } from './MediaTypeCompositionResponseModel';
/**
 * @type GetMediaTypeByIdCompositionReferences200ResponseInner
 *
 * @export
 */
export type GetMediaTypeByIdCompositionReferences200ResponseInner = MediaTypeCompositionResponseModel;
export declare function GetMediaTypeByIdCompositionReferences200ResponseInnerFromJSON(json: any): GetMediaTypeByIdCompositionReferences200ResponseInner;
export declare function GetMediaTypeByIdCompositionReferences200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMediaTypeByIdCompositionReferences200ResponseInner;
export declare function GetMediaTypeByIdCompositionReferences200ResponseInnerToJSON(json: any): any;
export declare function GetMediaTypeByIdCompositionReferences200ResponseInnerToJSONTyped(value?: GetMediaTypeByIdCompositionReferences200ResponseInner | null, ignoreDiscriminator?: boolean): any;
