export declare type LinkIsoimage = {
    /**
     * The UUID of the storage you are requesting.
     */
    object_uuid: string;
};
