import { PSourceAlgorithm } from "../PKCS-1/PSourceAlgorithm.ta";
/**
 * @summary pSpecifiedEmpty
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * pSpecifiedEmpty    PSourceAlgorithm ::= {
 *     algorithm   id-pSpecified,
 *     parameters  EncodingParameters : emptyString
 * }
 * ```
 *
 * @constant
 */
export declare const pSpecifiedEmpty: PSourceAlgorithm;
