export declare const $TagEntityAssociationsObject: { readonly properties: { readonly tagId: { readonly type: "string"; readonly isRequired: true; }; readonly entityType: { readonly type: "string"; readonly isRequired: true; }; readonly entitiesToAssociate: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly entitiesToDisassociate: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; }; };