import { ASN1Element as _Element, OCTET_STRING } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare class OtherPrimeInfo {
    readonly prime: OCTET_STRING;
    readonly exponent: OCTET_STRING;
    readonly coefficient: OCTET_STRING;
    constructor(prime: OCTET_STRING, exponent: OCTET_STRING, coefficient: OCTET_STRING);
    static _from_object(_o: {
        [_K in keyof OtherPrimeInfo]: OtherPrimeInfo[_K];
    }): OtherPrimeInfo;
}
export declare const _root_component_type_list_1_spec_for_OtherPrimeInfo: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_OtherPrimeInfo: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_OtherPrimeInfo: $.ComponentSpec[];
export declare function _decode_OtherPrimeInfo(el: _Element): OtherPrimeInfo;
export declare function _encode_OtherPrimeInfo(value: OtherPrimeInfo, elGetter: $.ASN1Encoder<OtherPrimeInfo>): _Element;
//# sourceMappingURL=OtherPrimeInfo.ta.d.ts.map