export declare const $ApplicationDomainExportDTO: { readonly properties: { readonly formatVersion: { readonly type: "string"; }; readonly applicationDomains: { readonly type: "array"; readonly contains: { readonly type: "ApplicationDomain"; }; }; readonly topicDomains: { readonly type: "array"; readonly contains: { readonly type: "TopicDomain"; }; }; readonly applications: { readonly type: "array"; readonly contains: { readonly type: "Application"; }; }; readonly applicationVersions: { readonly type: "array"; readonly contains: { readonly type: "ApplicationVersion"; }; }; readonly events: { readonly type: "array"; readonly contains: { readonly type: "Event"; }; }; readonly eventVersions: { readonly type: "array"; readonly contains: { readonly type: "EventVersion"; }; }; readonly schemas: { readonly type: "array"; readonly contains: { readonly type: "SchemaObject"; }; }; readonly schemaVersions: { readonly type: "array"; readonly contains: { readonly type: "SchemaVersion"; }; }; readonly enums: { readonly type: "array"; readonly contains: { readonly type: "TopicAddressEnum"; }; }; readonly enumVersions: { readonly type: "array"; readonly contains: { readonly type: "TopicAddressEnumVersion"; }; }; readonly eventApis: { readonly type: "array"; readonly contains: { readonly type: "EventApi"; }; }; readonly eventApiVersions: { readonly type: "array"; readonly contains: { readonly type: "EventApiVersion"; }; }; readonly eventApiProducts: { readonly type: "array"; readonly contains: { readonly type: "EventApiProduct"; }; }; readonly eventApiProductVersions: { readonly type: "array"; readonly contains: { readonly type: "EventApiProductVersion"; }; }; readonly addressSpaces: { readonly type: "array"; readonly contains: { readonly type: "AddressSpace"; }; }; readonly customAttributeDefinitions: { readonly type: "array"; readonly contains: { readonly type: "CustomAttributeDefinition"; }; }; }; };