import { LinkedIsoimage } from './LinkedIsoimage';
export declare type LinkedIsoimageGetResponse = {
    isoimage_relation?: LinkedIsoimage;
};
