import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework"; /** * @summary DbEKMAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * DbEKMAttributes ATTRIBUTE ::= { * uniqueIdentifier, * ... -- Expect user schema identifier attributes -- * } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const DbEKMAttributes: ATTRIBUTE[]; //# sourceMappingURL=DbEKMAttributes.osa.d.mts.map