import { HostingPrivateDatabaseWebhostingNetworkStatus } from './HostingPrivateDatabaseWebhostingNetworkStatus.js';
type HostingPrivateDatabaseWebhostingNetwork = {
status?: HostingPrivateDatabaseWebhostingNetworkStatus;
};
export { HostingPrivateDatabaseWebhostingNetwork };