import { Asn1Set } from '@exact-realty/asn1-der'; import type CMSVersion from './CMSVersion.js'; import DigestAlgorithmIdentifiers from './DigestAlgorithmIdentifiers.js'; import type SignerInfo from './SignerInfo.js'; declare class SignerInfos extends Asn1Set { digestAlgorithms_: DigestAlgorithmIdentifiers; versions_: Set; constructor(signerInfos: SignerInfo[]); get digestAlgorithms(): Readonly; get versions(): Readonly; } export default SignerInfos; //# sourceMappingURL=SignerInfos.d.ts.map