/** * Type is the storage layout (split or unified) the database was created * with; absent while the database is deleting or unknown. */ export declare const TenantsInfraStatusResponseV2Type: { readonly Split: "split"; readonly Unified: "unified"; }; export type TenantsInfraStatusResponseV2Type = (typeof TenantsInfraStatusResponseV2Type)[keyof typeof TenantsInfraStatusResponseV2Type];