import { type OTHER_REVOK_INFO } from "../CryptographicMessageSyntax-2010/OTHER-REVOK-INFO.oca.mjs"; /** * @summary SupportedOtherRevokInfo * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedOtherRevokInfo OTHER-REVOK-INFO ::= { ... } * ``` * * @constant * @type {OTHER_REVOK_INFO[]} * */ export declare const SupportedOtherRevokInfo: OTHER_REVOK_INFO[]; //# sourceMappingURL=SupportedOtherRevokInfo.osa.d.mts.map