import { type POLICY } from '../SCVP-2009/POLICY.oca.mjs'; /** * @summary NameValidationAlgSet * @description * * ### ASN.1 Definition: * * ```asn1 * NameValidationAlgSet POLICY ::= { * svp-nameValAlg, ... * } * ``` * * @constant * @type {POLICY[]} * */ export declare const NameValidationAlgSet: POLICY[]; //# sourceMappingURL=NameValidationAlgSet.osa.d.mts.map