export declare const $LinkedStoragesGetResponse: {
    properties: {
        storage_relations: {
            type: string;
            contains: {
                type: string;
            };
        };
    };
};
