import { ASN1Element as _Element, BIT_STRING, OPTIONAL } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { AlgorithmIdentifier } from "x500-ts/dist/node/modules/AuthenticationFramework/AlgorithmIdentifier.ta"; import { POPOSigningKeyInput } from "../PKIXCRMF-2009/POPOSigningKeyInput.ta"; export declare class POPOSigningKey { readonly poposkInput: OPTIONAL; readonly algorithmIdentifier: AlgorithmIdentifier; readonly signature: BIT_STRING; constructor(poposkInput: OPTIONAL, algorithmIdentifier: AlgorithmIdentifier, signature: BIT_STRING); static _from_object(_o: { [_K in keyof POPOSigningKey]: POPOSigningKey[_K]; }): POPOSigningKey; } export declare const _root_component_type_list_1_spec_for_POPOSigningKey: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_POPOSigningKey: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_POPOSigningKey: $.ComponentSpec[]; export declare function _decode_POPOSigningKey(el: _Element): POPOSigningKey; export declare function _encode_POPOSigningKey(value: POPOSigningKey, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=POPOSigningKey.ta.d.ts.map