export declare const $StoragesGetResponse: {
    properties: {
        storages: {
            type: string;
        };
    };
};
