import { BOOLEAN } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary OnDuty * @description * * ### ASN.1 Definition: * * ```asn1 * OnDuty ::= BOOLEAN * ``` */ export type OnDuty = BOOLEAN; export declare const _decode_OnDuty: $.ASN1Decoder; export declare const _encode_OnDuty: $.ASN1Encoder; //# sourceMappingURL=OnDuty.ta.d.mts.map