import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; import { UUIDPair } from "../SelectedAttributeTypes/UUIDPair.ta.mjs"; /** * @summary uUIDPair * @description * * ### ASN.1 Definition: * * ```asn1 * uUIDPair ATTRIBUTE ::= { * WITH SYNTAX UUIDPair * EQUALITY MATCHING RULE uUIDPairMatch * ID id-at-uuidpair } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const uUIDPair: ATTRIBUTE; //# sourceMappingURL=uUIDPair.oa.d.mts.map