/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { DerObject } from "#codec/DerCodec.js"; /** * Crypto semantics from RFC 2315. */ export declare namespace Pkcs7 { const Data: (data: any) => DerObject; const SignedData: (data: any) => DerObject; } //# sourceMappingURL=Pkcs7.d.ts.map