import { UTF8String } from "@wildboar/asn1";
import * as $ from "@wildboar/asn1/functional";
/**
 * @summary Label
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * Label  ::=  UTF8String (SIZE(0..pkcs15-ub-label))
 * ```
 */
export type Label = UTF8String;
export declare const _decode_Label: $.ASN1Decoder<string>;
export declare const _encode_Label: $.ASN1Encoder<string>;
//# sourceMappingURL=Label.ta.d.mts.map