import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary OneToOne * @description * * ### ASN.1 Definition: * * ```asn1 * OneToOne ::= INTEGER(1..1) * ``` */ export type OneToOne = INTEGER; export declare const _decode_OneToOne: $.ASN1Decoder; export declare const _encode_OneToOne: $.ASN1Encoder; //# sourceMappingURL=OneToOne.ta.d.mts.map