import { ASN1Element as _Element, INTEGER, OPTIONAL } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare class CommonSecretKeyAttributes {
    readonly keyLen: OPTIONAL<INTEGER>;
    readonly _unrecognizedExtensionsList: _Element[];
    constructor(keyLen: OPTIONAL<INTEGER>, _unrecognizedExtensionsList?: _Element[]);
    static _from_object(_o: {
        [_K in keyof CommonSecretKeyAttributes]: CommonSecretKeyAttributes[_K];
    }): CommonSecretKeyAttributes;
}
export declare const _root_component_type_list_1_spec_for_CommonSecretKeyAttributes: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_CommonSecretKeyAttributes: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_CommonSecretKeyAttributes: $.ComponentSpec[];
export declare function _decode_CommonSecretKeyAttributes(el: _Element): CommonSecretKeyAttributes;
export declare function _encode_CommonSecretKeyAttributes(value: CommonSecretKeyAttributes, elGetter: $.ASN1Encoder<CommonSecretKeyAttributes>): _Element;
//# sourceMappingURL=CommonSecretKeyAttributes.ta.d.ts.map