import { INTEGER } from "@wildboar/asn1";
import * as $ from "@wildboar/asn1/functional";
/**
 * @summary CertificationRequestInfo_version
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * CertificationRequestInfo-version ::= INTEGER { -- REMOVED_FROM_UNNESTING -- }
 * ```
 */
export type CertificationRequestInfo_version = INTEGER;
/**
 * @summary CertificationRequestInfo_version_v1
 * @constant
 * @type {number}
 */
export declare const CertificationRequestInfo_version_v1: CertificationRequestInfo_version;
/**
 * @summary CertificationRequestInfo_version_v1
 * @constant
 * @type {number}
 */
export declare const v1: CertificationRequestInfo_version;
export declare const _decode_CertificationRequestInfo_version: $.ASN1Decoder<INTEGER>;
export declare const _encode_CertificationRequestInfo_version: $.ASN1Encoder<INTEGER>;
//# sourceMappingURL=CertificationRequestInfo-version.ta.d.mts.map