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