import { IssuerCertificateData } from "./certificates";
export declare const findCertificateData: (kid: string) => IssuerCertificateData | null;
