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