import { LinkedStorage } from './LinkedStorage';
export declare type LinkedStorageGetResponse = {
    storage_relation?: LinkedStorage;
};
