import { ServerinStrorage } from './ServerinStrorage';
import { SnapshotSchedulesinStorage } from './SnapshotSchedulesinStorage';
/**
 * The information about other object which are related to this storage. the object could be servers and/or snapshots snapshot schedules
 */
export declare type StoragesRelation = {
    servers?: ServerinStrorage;
    snapshot_schedules?: SnapshotSchedulesinStorage;
};
