export declare const $EventMeshFrontEndDTO: { 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 environmentName: { readonly type: "string"; }; readonly id: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly environmentId: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly brokerType: { readonly type: "string"; }; readonly applicationVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly referencedByMessagingServiceIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly type: { readonly type: "string"; }; }; };