import { StorageBackupIndex } from './StorageBackupIndex';
export declare type StorageBackupsGetResponse = {
    backups?: StorageBackupIndex;
};
