/**
 * Flowtype definitions for certificate
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

import type { ParsedCertificate } from "../types/internal";
import type { Certificate } from "../types/public";
declare export function parseCertificate(cert: Certificate): ParsedCertificate;
