import type { Asn1BitString } from '@exact-realty/asn1-der'; import { Asn1Sequence } from '@exact-realty/asn1-der'; import type AlgorithmIdentifier from '../cms/AlgorithmIdentifier.js'; declare class SubjectPublicKeyInfo extends Asn1Sequence { static get importDer(): (data: AllowSharedBufferSource) => SubjectPublicKeyInfo; constructor(algorithm: AlgorithmIdentifier, subjectPublicKey: Asn1BitString); } export default SubjectPublicKeyInfo; //# sourceMappingURL=SubjectPublicKeyInfo.d.ts.map