import { REAL } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary SelectWeight * @description * * ### ASN.1 Definition: * * ```asn1 * SelectWeight ::= REAL(0..{mantissa 1, base 10, exponent 0}) * ``` */ export type SelectWeight = REAL; export declare const _decode_SelectWeight: $.ASN1Decoder; export declare const _encode_SelectWeight: $.ASN1Encoder; //# sourceMappingURL=SelectWeight.ta.d.mts.map