export declare const $OrgDTO: { readonly properties: { readonly id: { readonly type: "string"; }; readonly eventPortalAccessEnabled: { readonly type: "boolean"; }; readonly topicAddressResourcesAccessEnabled: { readonly type: "boolean"; }; readonly createdTime: { readonly type: "number"; readonly format: "int64"; }; readonly updatedTime: { readonly type: "number"; readonly format: "int64"; }; readonly objectLimit: { readonly type: "number"; readonly format: "int32"; }; readonly objectVersionLimit: { readonly type: "number"; readonly format: "int32"; }; readonly applicationDomainLimit: { readonly type: "number"; readonly format: "int32"; }; readonly eventMeshLimit: { readonly type: "number"; readonly format: "int32"; }; readonly eventApiLimit: { readonly type: "number"; readonly format: "int32"; }; readonly eventApiProductLimit: { readonly type: "number"; readonly format: "int32"; }; readonly consumerLimit: { readonly type: "number"; readonly format: "int32"; }; readonly topicDomainLimitPerApplicationDomain: { readonly type: "number"; readonly format: "int32"; }; readonly enumLimit: { readonly type: "number"; readonly format: "int32"; }; readonly enumValueLimit: { readonly type: "number"; readonly format: "int32"; }; readonly messagingServiceLimit: { readonly type: "number"; readonly format: "int32"; }; readonly configurationLimit: { readonly type: "number"; readonly format: "int32"; }; readonly subscriptionLimit: { readonly type: "number"; readonly format: "int32"; }; readonly subscriptionPerApplicationVersionLimit: { readonly type: "number"; readonly format: "int32"; }; readonly graphNodeLimit: { readonly type: "number"; readonly format: "int32"; }; readonly applicationDomainGraphNodeLimit: { readonly type: "number"; readonly format: "int32"; }; readonly schemaRegistryLimit: { readonly type: "number"; readonly format: "int32"; }; readonly objectRelationshipVisualizationLimit: { readonly type: "number"; readonly format: "int32"; }; readonly productTier: { readonly type: "Enum"; }; readonly organizationType: { readonly type: "Enum"; }; readonly stats: { readonly type: "OrgStats"; }; readonly type: { readonly type: "string"; }; }; };