export type { AddStorageZoneRequest, AddStorageZoneResponse, } from "./addStorageZone";
export type { CheckTheStorageZoneAvailabilityRequest, CheckTheStorageZoneAvailabilityResponse, } from "./checkTheStorageZoneAvailability";
export { createStorageZoneClient } from "./createStorageZoneClient";
export type { DeleteStorageZoneRequest, DeleteStorageZoneResponse, } from "./deleteStorageZone";
export type { GetStorageZoneRequest, GetStorageZoneResponse, } from "./getStorageZone";
export type { GetStorageZoneStatisticsRequest, GetStorageZoneStatisticsResponse, } from "./getStorageZoneStatistics";
export type { ListStorageZonesRequest, ListStorageZonesResponse, } from "./listStorageZones";
export type { ResetPasswordRequest, ResetPasswordResponse, } from "./resetPassword";
export type { ResetReadOnlyPasswordRequest, ResetReadOnlyPasswordResponse, } from "./resetReadOnlyPassword";
export type { UpdateStorageZoneRequest, UpdateStorageZoneResponse, } from "./updateStorageZone";
//# sourceMappingURL=index.d.ts.map