import { OBJECT_IDENTIFIER } from "asn1-ts";
export { tcg_common } from "../PlatformCertificateProfile/tcg-common.va";
/**
 * @summary tcg_at_platformVersion
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * tcg-at-platformVersion OBJECT IDENTIFIER ::= {tcg-common 5}
 * ```
 *
 * @constant
 */
export declare const tcg_at_platformVersion: OBJECT_IDENTIFIER;
