export declare const $ApplicationDomainStats: { readonly properties: { readonly schemaCount: { readonly type: "number"; readonly format: "int32"; }; readonly eventCount: { readonly type: "number"; readonly format: "int32"; }; readonly applicationCount: { readonly type: "number"; readonly format: "int32"; }; readonly enumCount: { readonly type: "number"; readonly format: "int32"; }; readonly eventApiCount: { readonly type: "number"; readonly format: "int32"; }; readonly eventApiProductCount: { readonly type: "number"; readonly format: "int32"; }; }; readonly isReadOnly: true; };