import { INTEGER } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary RuleIdentifier * @description * * ### ASN.1 Definition: * * ```asn1 * RuleIdentifier ::= INTEGER * ``` */ export type RuleIdentifier = INTEGER; export declare const _decode_RuleIdentifier: $.ASN1Decoder; export declare const _encode_RuleIdentifier: $.ASN1Encoder; //# sourceMappingURL=RuleIdentifier.ta.d.mts.map