/// declare const decodeP7m: (key: string, body: Buffer) => Promise<{ key: string; body: Buffer; }>; export { decodeP7m };