import type { EXTENSION } from '@wildboar/x500/AuthenticationFramework'; /** * @summary CVResponseExtensions * @description * * ### ASN.1 Definition: * * ```asn1 * CVResponseExtensions EXTENSION ::= {...} * ``` * * @constant * @type {EXTENSION[]} * */ export declare const CVResponseExtensions: EXTENSION[]; //# sourceMappingURL=CVResponseExtensions.osa.d.mts.map