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