import { type POLICY } from '../SCVP-2009/POLICY.oca.mjs'; /** * @summary svp_basicValAlg * @description * * ### ASN.1 Definition: * * ```asn1 * svp-basicValAlg POLICY ::= {IDENTIFIED BY id-svp-basicValAlg } * ``` * * @constant * @type {POLICY} * @implements {POLICY} */ export declare const svp_basicValAlg: POLICY; //# sourceMappingURL=svp-basicValAlg.oa.d.mts.map