/**
 * 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 { NamedEntityTreeItemResponseModel } from './NamedEntityTreeItemResponseModel';
/**
 * @type GetTreeDictionaryAncestors200ResponseInner
 *
 * @export
 */
export type GetTreeDictionaryAncestors200ResponseInner = NamedEntityTreeItemResponseModel;
export declare function GetTreeDictionaryAncestors200ResponseInnerFromJSON(json: any): GetTreeDictionaryAncestors200ResponseInner;
export declare function GetTreeDictionaryAncestors200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetTreeDictionaryAncestors200ResponseInner;
export declare function GetTreeDictionaryAncestors200ResponseInnerToJSON(json: any): any;
export declare function GetTreeDictionaryAncestors200ResponseInnerToJSONTyped(value?: GetTreeDictionaryAncestors200ResponseInner | null, ignoreDiscriminator?: boolean): any;
