export declare const $MergeApplicationVersionsDTO: { readonly properties: { readonly name: { readonly type: "string"; readonly isRequired: true; readonly maxLength: 255; readonly minLength: 1; }; readonly applicationDomainId: { readonly type: "string"; readonly isRequired: true; }; readonly version: { readonly type: "string"; readonly isRequired: true; }; readonly applicationVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; readonly isRequired: true; }; readonly smartMergeEnable: { readonly type: "boolean"; }; }; };