export declare const $ApplicationDeployment: { 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 applicationVersionId: { readonly type: "string"; readonly isRequired: true; }; readonly action: { readonly type: "Enum"; readonly isRequired: true; }; readonly eventBrokerId: { readonly type: "string"; readonly isRequired: true; }; readonly id: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };