import { ASN1Element as _Element, UTF8String } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type Authenticator = UTF8String; export declare function _decode_Authenticator(el: _Element): string; export declare function _encode_Authenticator(value: Authenticator, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=Authenticator.ta.d.ts.map