import { LastCertificate, LastCertificateJSON } from './types';
export declare const certificateToJSON: (certificate: LastCertificate) => LastCertificateJSON;
