import { OBJECT_IDENTIFIER } from "@wildboar/asn1";
/**
 * @summary pbewithSHAAnd40BitRC2_CBC
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * pbewithSHAAnd40BitRC2-CBC       OBJECT IDENTIFIER ::= {pkcs-12PbeIds 6}
 * ```
 *
 * @constant
 */
export declare const pbewithSHAAnd40BitRC2_CBC: OBJECT_IDENTIFIER;
//# sourceMappingURL=pbewithSHAAnd40BitRC2-CBC.va.d.mts.map