import { OBJECT_IDENTIFIER } from "asn1-ts";
export { pkcs_12 } from "../PKCS-12/pkcs-12.va";
/**
 * @summary bagtypes
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * bagtypes OBJECT IDENTIFIER ::= {pkcs-12 10 1}
 * ```
 *
 * @constant
 */
export declare const bagtypes: OBJECT_IDENTIFIER;
