export declare const $LinkedIsoimagesGetResponse: {
    properties: {
        isoimage_relations: {
            type: string;
            contains: {
                type: string;
            };
        };
    };
};
