import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework";
import { TCGPlatformSpecification } from "../PlatformCertificateProfile/TCGPlatformSpecification.ta.mjs";
/**
 * @summary tCGPlatformSpecification
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * tCGPlatformSpecification ATTRIBUTE ::= {
 *     WITH SYNTAX     TCGPlatformSpecification
 *     ID              tcg-at-tcgPlatformSpecification }
 * ```
 *
 * @constant
 * @type {ATTRIBUTE<TCGPlatformSpecification>}
 * @implements {ATTRIBUTE<TCGPlatformSpecification>}
 */
export declare const tCGPlatformSpecification: ATTRIBUTE<TCGPlatformSpecification>;
//# sourceMappingURL=tCGPlatformSpecification.oa.d.mts.map