import { OBJECT_IDENTIFIER } from "asn1-ts";
export { tcg_kp } from "../PlatformCertificateProfile/tcg-kp.va";
/**
 * @summary tcg_kp_DeltaPlatformAttributeCertificate
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * tcg-kp-DeltaPlatformAttributeCertificate OBJECT IDENTIFIER ::= {tcg-kp 5}
 * ```
 *
 * @constant
 */
export declare const tcg_kp_DeltaPlatformAttributeCertificate: OBJECT_IDENTIFIER;
