import { BIT_STRING } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary Random_Integer * @description * * ### ASN.1 Definition: * * ```asn1 * Random-Integer ::= BIT STRING * ``` */ export type Random_Integer = BIT_STRING; export declare const _decode_Random_Integer: $.ASN1Decoder; export declare const _encode_Random_Integer: $.ASN1Encoder; //# sourceMappingURL=Random-Integer.ta.d.mts.map