import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary sha384WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha384WithRSAEncryption ID ::= { pkcs-1 sha384WithRSAEncryption(12) } * ``` * * @constant */ export declare const sha384WithRSAEncryption: ID; //# sourceMappingURL=sha384WithRSAEncryption.va.d.mts.map