import { ATTRIBUTE } from "@wildboar/x500/src/lib/modules/InformationFramework/ATTRIBUTE.oca";
export { ATTRIBUTE } from "@wildboar/x500/src/lib/modules/InformationFramework/ATTRIBUTE.oca";
export { MATCHING_RULE } from "@wildboar/x500/src/lib/modules/InformationFramework/MATCHING-RULE.oca";
export { AttributeUsage, _enum_for_AttributeUsage, AttributeUsage_userApplications, userApplications, AttributeUsage_directoryOperation, directoryOperation, AttributeUsage_distributedOperation, distributedOperation, AttributeUsage_dSAOperation, dSAOperation, _decode_AttributeUsage, _encode_AttributeUsage } from "@wildboar/x500/src/lib/modules/InformationFramework/AttributeUsage.ta";
export { SYNTAX_NAME } from "@wildboar/x500/src/lib/modules/InformationFramework/SYNTAX-NAME.oca";
import { URIReference } from "../PlatformCertificateProfile/URIReference.ta";
export { URIReference, _decode_URIReference, _encode_URIReference } from "../PlatformCertificateProfile/URIReference.ta";
export { tcg_at_platformConfigUri } from "../PlatformCertificateProfile/tcg-at-platformConfigUri.va";
/**
 * @summary platformConfigUri
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * platformConfigUri ATTRIBUTE ::= {
 *     WITH SYNTAX     URIReference
 *     ID              tcg-at-platformConfigUri }
 * ```
 *
 * @constant
 * @type {ATTRIBUTE<URIReference>}
 * @implements {ATTRIBUTE<URIReference>}
 */
export declare const platformConfigUri: ATTRIBUTE<URIReference>;
