import { INTEGER } from "@wildboar/asn1";
import * as $ from "@wildboar/asn1/functional";
/**
 * @summary KEAPrivateKey
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * KEAPrivateKey  ::=  INTEGER
 * ```
 */
export type KEAPrivateKey = INTEGER;
export declare const _decode_KEAPrivateKey: $.ASN1Decoder<INTEGER>;
export declare const _encode_KEAPrivateKey: $.ASN1Encoder<INTEGER>;
//# sourceMappingURL=KEAPrivateKey.ta.d.mts.map