import { IdentityAttribute, IdentityAttributeQuery, IQLQuery, RelationshipAttribute, RelationshipAttributeQuery, ThirdPartyRelationshipAttributeQuery } from "@nmshd/content"; import { CoreAddress } from "@nmshd/core-types"; import { ValidationResult } from "../../../common/ValidationResult"; export default function validateAttributeMatchesWithQuery(query: IdentityAttributeQuery | IQLQuery | RelationshipAttributeQuery | ThirdPartyRelationshipAttributeQuery, attribute: IdentityAttribute | RelationshipAttribute, recipient: CoreAddress, sender: CoreAddress): ValidationResult; //# sourceMappingURL=validateAttributeMatchesWithQuery.d.ts.map