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