export function isCertsExpired(certs: readonly forge.pki.Certificate[]): boolean; export function authenticateSignature(certs: forge.pki.Certificate[]): boolean; import forge from "node-forge";