export declare const $ApplicationVersionFrontendDTO: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly isReadOnly: true; }; readonly applicationId: { readonly type: "string"; readonly isRequired: true; }; readonly description: { readonly type: "string"; readonly maxLength: 10000; }; readonly version: { readonly type: "string"; readonly isRequired: true; }; readonly displayName: { readonly type: "string"; readonly maxLength: 40; }; readonly declaredProducedEventVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly declaredConsumedEventVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly declaredEventApiProductVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly stateId: { readonly type: "string"; readonly isReadOnly: true; }; readonly consumers: { readonly type: "array"; readonly contains: { readonly type: "Consumer"; }; readonly isReadOnly: true; }; readonly customAttributes: { readonly type: "array"; readonly contains: { readonly type: "CustomAttribute"; }; }; readonly messagingServiceIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly parentName: { readonly type: "string"; }; readonly clientProfileName: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };