import { type PUBLIC_KEY } from "../AlgorithmInformation-2009/PUBLIC-KEY.oca.mjs"; /** * @summary PublicKeys * @description * * ### ASN.1 Definition: * * ```asn1 * PublicKeys PUBLIC-KEY ::= { pk-rsaSSA-PSS | pk-rsaES-OAEP, ... } * ``` * * @constant * @type {PUBLIC_KEY[]} * */ export declare const PublicKeys: PUBLIC_KEY[]; //# sourceMappingURL=PublicKeys.osa.d.mts.map