import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary nullAlgorithm * @description * * ### ASN.1 Definition: * * ```asn1 * nullAlgorithm ID ::= {algorithm 0} * ``` * * @constant */ export declare const nullAlgorithm: ID; //# sourceMappingURL=nullAlgorithm.va.d.mts.map