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