import { OBJECT_IDENTIFIER } from "@wildboar/asn1";
/**
 * @summary sha512_224WithRSAEncryption
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * sha512-224WithRSAEncryption  OBJECT IDENTIFIER ::= { pkcs-1 15 }
 * ```
 *
 * @constant
 */
export declare const sha512_224WithRSAEncryption: OBJECT_IDENTIFIER;
//# sourceMappingURL=sha512-224WithRSAEncryption.va.d.mts.map