/** * Attempt to find system CAs * (as PEM encoded strings) * @type {readonly string[]} */ export const defaultCACertificates: readonly string[]; /** * CA Store for validating PDF certs */ export const caStore: forge.pki.CAStore; import forge from "node-forge";