import { ASN1Element as _Element, INTEGER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type SinglePubInfo_pubMethod = INTEGER; export declare const SinglePubInfo_pubMethod_dontCare: SinglePubInfo_pubMethod; export declare const dontCare: SinglePubInfo_pubMethod; export declare const SinglePubInfo_pubMethod_x500: SinglePubInfo_pubMethod; export declare const x500: SinglePubInfo_pubMethod; export declare const SinglePubInfo_pubMethod_web: SinglePubInfo_pubMethod; export declare const web: SinglePubInfo_pubMethod; export declare const SinglePubInfo_pubMethod_ldap: SinglePubInfo_pubMethod; export declare const ldap: SinglePubInfo_pubMethod; export declare function _decode_SinglePubInfo_pubMethod(el: _Element): number; export declare function _encode_SinglePubInfo_pubMethod(value: SinglePubInfo_pubMethod, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=SinglePubInfo-pubMethod.ta.d.ts.map