import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary id_oc_strongAuthenticationUser * @description * * ### ASN.1 Definition: * * ```asn1 * id-oc-strongAuthenticationUser OBJECT IDENTIFIER ::= {id-oc 15} * ``` * * @constant */ export declare const id_oc_strongAuthenticationUser: OBJECT_IDENTIFIER; //# sourceMappingURL=id-oc-strongAuthenticationUser.va.d.mts.map