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