import { X509Certificate } from "crypto";
export default function parseCerts(certs: string): X509Certificate[];
