import { ASN1Element as _Element, INTEGER, OBJECT_IDENTIFIER } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare class SecurityEnvironmentInfo {
    readonly se: INTEGER;
    readonly owner: OBJECT_IDENTIFIER;
    readonly _unrecognizedExtensionsList: _Element[];
    constructor(se: INTEGER, owner: OBJECT_IDENTIFIER, _unrecognizedExtensionsList?: _Element[]);
    static _from_object(_o: {
        [_K in keyof SecurityEnvironmentInfo]: SecurityEnvironmentInfo[_K];
    }): SecurityEnvironmentInfo;
}
export declare const _root_component_type_list_1_spec_for_SecurityEnvironmentInfo: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_SecurityEnvironmentInfo: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_SecurityEnvironmentInfo: $.ComponentSpec[];
export declare function _decode_SecurityEnvironmentInfo(el: _Element): SecurityEnvironmentInfo;
export declare function _encode_SecurityEnvironmentInfo(value: SecurityEnvironmentInfo, elGetter: $.ASN1Encoder<SecurityEnvironmentInfo>): _Element;
//# sourceMappingURL=SecurityEnvironmentInfo.ta.d.ts.map