import { ASN1Element as _Element, OPTIONAL } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { GeneralName } from "x500-ts/dist/node/modules/CertificateExtensions/GeneralName.ta"; import { SinglePubInfo_pubMethod } from "../PKIXCRMF-2009/SinglePubInfo-pubMethod.ta"; export declare class SinglePubInfo { readonly pubMethod: SinglePubInfo_pubMethod; readonly pubLocation: OPTIONAL; constructor(pubMethod: SinglePubInfo_pubMethod, pubLocation: OPTIONAL); static _from_object(_o: { [_K in keyof SinglePubInfo]: SinglePubInfo[_K]; }): SinglePubInfo; } export declare const _root_component_type_list_1_spec_for_SinglePubInfo: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_SinglePubInfo: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_SinglePubInfo: $.ComponentSpec[]; export declare function _decode_SinglePubInfo(el: _Element): SinglePubInfo; export declare function _encode_SinglePubInfo(value: SinglePubInfo, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=SinglePubInfo.ta.d.ts.map