declare namespace jsrsasign.KJUR.crypto {
    /** static object for cryptographic function utilities */
    const OID: {
        /** key value of hexadecimal OID and its name (ex. '2a8648ce3d030107' and 'secp256r1') */
        readonly oidhex2name: {
            "2a864886f70d010101": string;
            "2a8648ce380401": string;
            "2a8648ce380403": string;
            "2a8648ce3d0201": string;
            "2a8648ce3d030107": string;
            "2b8104000a": string;
            "2b8104001f": string;
            "2b81040021": string;
            "2b81040022": string;
            "2b81040023": string;
            "608648016503040301": string;
            "608648016503040302": string;
        };
    };
}
