import { ID } from "../UsefulDefinitions/ID.ta.mjs"; /** * @summary authenticationFramework * @description * * ### ASN.1 Definition: * * ```asn1 * authenticationFramework ID ::= {module authenticationFramework(7) 9} * ``` * * @constant */ export declare const authenticationFramework: ID; //# sourceMappingURL=authenticationFramework.va.d.mts.map